comparison src/share/vm/runtime/globals.hpp @ 1287:8911d8c0596f

6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified Summary: Reduce NewSize from 4m to 1m. Reviewed-by: tonyp, jmasa
author phh
date Fri, 26 Feb 2010 16:40:55 -0500
parents c1f1137b3575
children c76ca382971b
comparison
equal deleted inserted replaced
1267:72f1840531a4 1287:8911d8c0596f
2923 "Maximum heap size (in bytes)") \ 2923 "Maximum heap size (in bytes)") \
2924 \ 2924 \
2925 product(uintx, OldSize, ScaleForWordSize(4*M), \ 2925 product(uintx, OldSize, ScaleForWordSize(4*M), \
2926 "Initial tenured generation size (in bytes)") \ 2926 "Initial tenured generation size (in bytes)") \
2927 \ 2927 \
2928 product(uintx, NewSize, ScaleForWordSize(4*M), \ 2928 product(uintx, NewSize, ScaleForWordSize(1*M), \
2929 "Initial new generation size (in bytes)") \ 2929 "Initial new generation size (in bytes)") \
2930 \ 2930 \
2931 product(uintx, MaxNewSize, max_uintx, \ 2931 product(uintx, MaxNewSize, max_uintx, \
2932 "Maximum new generation size (in bytes), max_uintx means set " \ 2932 "Maximum new generation size (in bytes), max_uintx means set " \
2933 "ergonomically") \ 2933 "ergonomically") \