completely agree things are much easier with introduction of Ergonomics and some new garbage collector.
Thanks
what is garbage collection in java
Discussion on:
View:
Show:
For maximum throughput at the expense of pause time, try enabling a parallel version of both the young and old generation collectors using the parallel garbage collector flag-
XX:+UseParallelOldGC.
How Java Garbage Collection works
XX:+UseParallelOldGC.
How Java Garbage Collection works
I would like to add that Garbage collection in Java can involve some algorithms like Mark and Sweep, stop and copy etc.
- Keyboard Shortcuts:
- Prev
- Next
- Toggle

































