As we know in java we have a priority levels for threads, and Garbage collector is a thread with lowest priority. So i wanted to know whether for a particular java application can we have its Garbage collector to be more prioritized so that it may increase the memory management for that application.
Share
There are a lot of command line switches which determine garbage collection behaviour in Sun’s JVM.
It gets a little complicated, but they’re documented here:
http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html