Hi Hrotelle,

 

 

 

I experienced improved memory management when running applets/servlets with incremental garbage collection:

 

  -Xincgc

 

you can actually see that memory is released back to the system from time to time it may be worthwhile to call

 

    System.runFinalization();

    System.gc();

 

explicitly (lets say after freeing/cleaning up references)

 

Isaac Brobbey

Java2 & Java3D

MS/CIT Project

 

Reply via email to