hi, I've problem with garbage collection on my linux machine.
Though there are no references pointing to objects in my program, the memory is not getting released by the JVM on linux machine. When i run the same program on Solaris machine or WindowsNT machine, the unused memory is getting garbage collected. The same behviour was noticed for the swap size also. My program spans various threads. When I do some operations, the memory increases, and after getting the results, there will be no references pointing the resulting objects. I'm using java version "1.3.0_02". I'm running System.gc( ) in a frequent interval, in a seperate thread. How can i work around this problem ? Thanks in advance. regards, Partha Saradhi ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]