Talk:Garbage collection

From Resin 3.0

Jump to: navigation, search

In http://wiki.caucho.com/Garbage_collection:

"If some portion of the JVM heap is swapped to disk, the Full GC will cause it to be swapped back in. Well tuned server environments have no portion of the JVM heap swapped to virtual memory on the disk. "

My question is: how to tuned server env and avoid heap swaping out?

Personal tools