garbage collection...
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]
[ANNOUNCE] Java 2 Standard Edition v1.3.1-02b-FCS for Linux oni386, PPC and Sparc
The Blackdown Java-Linux Team is happy to announce the availability of the Java 2 Standard Edition v1.3.1-02b-FCS for Linux on i386, PowerPC and Sparc. Please choose one of our FTP mirrors for downloading: http://www.blackdown.org/java-linux/mirrors.html Both the J2SDK 1.3.1-02b and the J2RE 1.3.1-02b include the Java Plug-In for Mozilla and browsers based on Mozilla code. Installation instructions are available from http://www.blackdown.org/java-linux/java2-status/INSTALL-1.3-j2sdk and http://www.blackdown.org/java-linux/java2-status/INSTALL-1.3-j2re Blackdown Java-Linux Team -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html Run Java 2 SE v1.3.1 on your iPAQ: http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: [ANNOUNCE] Java 2 Standard Edition v1.3.1-02b-FCS for Linux oni386, PPC and Sparc
Please note that Debian packages for J2SE v1.3.1-02b-FCS are not available yet. We've completly reworked the packaging for Debian, the new packages will be available next week. Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html Run Java 2 SE v1.3.1 on your iPAQ: http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
