8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
authorsgehwolf
Mon, 16 Apr 2018 12:20:36 +0200
changeset 49706 dd26184768b0
parent 49705 68ac1caf3d7e
child 49707 f7fd051519ac
8201495: [Zero] Reduce limits of max heap size for boot JDK on s390 Reviewed-by: ihse, aph, simonis
make/autoconf/boot-jdk.m4
--- a/make/autoconf/boot-jdk.m4	Mon Apr 16 11:08:07 2018 +0200
+++ b/make/autoconf/boot-jdk.m4	Mon Apr 16 12:20:36 2018 +0200
@@ -405,7 +405,7 @@
   BOOTCYCLE_JVM_ARGS_BIG=-Xms64M
 
   # Maximum amount of heap memory and stack size.
-  JVM_HEAP_LIMIT_32="1024"
+  JVM_HEAP_LIMIT_32="768"
   # Running a 64 bit JVM allows for and requires a bigger heap
   JVM_HEAP_LIMIT_64="1600"
   STACK_SIZE_32=768