hotspot/src/share/vm/runtime/arguments.cpp
changeset 9423 a977bd202cec
parent 9416 4d193fe22b76
child 9433 474a6834bc11
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Fri Apr 29 09:11:03 2011 +0200
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Wed May 04 15:08:44 2011 -0700
@@ -1423,6 +1423,11 @@
       }
     }
   }
+  if (UseNUMA) {
+    if (FLAG_IS_DEFAULT(MinHeapDeltaBytes)) {
+      FLAG_SET_DEFAULT(MinHeapDeltaBytes, 64*M);
+    }
+  }
 }
 
 void Arguments::set_g1_gc_flags() {