< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 2040,2054 **** product(size_t, ErgoHeapSizeLimit, 0, \ "Maximum ergonomically set heap size (in bytes); zero means use " \ "MaxRAM * MaxRAMPercentage / 100") \ range(0, max_uintx) \ \ - experimental(bool, UseCGroupMemoryLimitForHeap, false, \ - "Use CGroup memory limit as physical memory limit for heap " \ - "sizing" \ - "Deprecated, replaced by container support") \ - \ product(uintx, MaxRAMFraction, 4, \ "Maximum fraction (1/n) of real memory used for maximum heap " \ "size. " \ "Deprecated, use MaxRAMPercentage instead") \ range(1, max_uintx) \ --- 2040,2049 ----
< prev index next >