src/share/vm/runtime/globals.hpp

Print this page

        

*** 1956,1965 **** --- 1956,1968 ---- "size on systems with small physical memory size") \ \ product(uintx, InitialRAMFraction, 64, \ "Fraction (1/n) of real memory used for initial heap size") \ \ + product(uintx, MaxVirtMemFraction, 2, \ + "Fraction (1/n) of virtual memory used for heap size") \ + \ product(bool, UseAutoGCSelectPolicy, false, \ "Use automatic collection selection policy") \ \ product(uintx, AutoGCSelectPauseMillis, 5000, \ "Automatic GC selection pause threshhold in ms") \