One of my programs keeps giving me:
java.lang.OutOfMemoryError
<<no stack trace available>>
I've tried using "java -Xmx128 " (I only have 128mb of ram), but it
doesn't help. Any ideas on how to fix this? Is there any way to see
how much memory is being used by each component? (In the program
there are around 7 threads, with 4/5 objects within each thread, and
also about 5 static objects that all the threads access.)