Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 5544) |
+++ src/flag-definitions.h (working copy) |
@@ -179,8 +179,8 @@ |
"always inline smi code in non-opt code") |
// heap.cc |
-DEFINE_int(max_new_space_size, 0, "max size of the new generation (in kBytes)") |
-DEFINE_int(max_old_space_size, 0, "max size of the old generation (in Mbytes)") |
+DEFINE_int(max_new_space_size, 0, "max size of the new generation") |
+DEFINE_int(max_old_space_size, 0, "max size of the old generation") |
DEFINE_bool(gc_global, false, "always perform global GCs") |
DEFINE_int(gc_interval, -1, "garbage collect after <n> allocations") |
DEFINE_bool(trace_gc, false, |