Searched defs:phys_mem (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1520 const julong phys_mem = local
1528 julong reasonable_max = phys_mem / MaxRAMFraction;
1530 if (phys_mem <= MaxHeapSize * MinRAMFraction) {
1532 reasonable_max = phys_mem / MinRAMFraction;
1579 julong reasonable_initial = phys_mem / InitialRAMFraction;

Completed in 32 milliseconds