Hi..
I'm having a strange "memory full" problem..
Strange for two reason:
- only one small image loaded (so is not the classic full memory for too many images)
- on 3650 works fine, but errors occus in 6600
I manage a matrix of short number of 50x50, and there is a recursive funcion that is called about 500 times..
Some could say that this is too much..but why it works on 3650?
I have also tryed putting System.gc() but with no resuls..
Anyone can help me?
Many thanks!!

Reply With Quote

