Jay Taylor's notes
back to listing indexjava - JDK 1.6 GC AdaptiveSizeThroughPutPolicy - Stack Overflow
[web search]
Original source (stackoverflow.com)
Clipped on: 2012-08-21
Please explain the detailed meaning of VALUE used in the GC option :
By default value given is 0. Does this VALUE imply - the number of steps to use heuristics before real data is used?. What are implications of using a high(eg: 50 or 100) or low value (eg: 0)
| ||||
add comment | ||||
The best way I know to understand those arcane options is going directly to the source: psAdaptiveSizePolicy.cpp It seems that 1 and !=1 are the only valid choices.
| |||||||
|
Your Answer
community wiki