src/share/vm/runtime/globals.hpp

changeset 4854
754c24457b20
parent 4853
2e093b564241
child 4858
15c04fe93c18
equal deleted inserted replaced
4853:2e093b564241 4854:754c24457b20
1960 "size on systems with small physical memory size") \ 1960 "size on systems with small physical memory size") \
1961 \ 1961 \
1962 product(uintx, InitialRAMFraction, 64, \ 1962 product(uintx, InitialRAMFraction, 64, \
1963 "Fraction (1/n) of real memory used for initial heap size") \ 1963 "Fraction (1/n) of real memory used for initial heap size") \
1964 \ 1964 \
1965 develop(uintx, MaxVirtMemFraction, 2, \
1966 "Maximum fraction (1/n) of virtual memory used for ergonomically" \
1967 "determining maximum heap size") \
1968 \
1965 product(bool, UseAutoGCSelectPolicy, false, \ 1969 product(bool, UseAutoGCSelectPolicy, false, \
1966 "Use automatic collection selection policy") \ 1970 "Use automatic collection selection policy") \
1967 \ 1971 \
1968 product(uintx, AutoGCSelectPauseMillis, 5000, \ 1972 product(uintx, AutoGCSelectPauseMillis, 5000, \
1969 "Automatic GC selection pause threshhold in ms") \ 1973 "Automatic GC selection pause threshhold in ms") \

mercurial