Skip to content

Commit 5a0899f

Browse files
committed
8345302: Building microbenchmarks require larger Java heap
Reviewed-by: shade, mcimadamore
1 parent 1ece4f9 commit 5a0899f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/autoconf/boot-jdk.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2011, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -470,7 +470,7 @@ AC_DEFUN_ONCE([BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS],
470470
# Maximum amount of heap memory.
471471
JVM_HEAP_LIMIT_32="768"
472472
# Running a 64 bit JVM allows for and requires a bigger heap
473-
JVM_HEAP_LIMIT_64="1600"
473+
JVM_HEAP_LIMIT_64="2048"
474474
JVM_HEAP_LIMIT_GLOBAL=`expr $MEMORY_SIZE / 2`
475475
if test "$JVM_HEAP_LIMIT_GLOBAL" -lt "$JVM_HEAP_LIMIT_32"; then
476476
JVM_HEAP_LIMIT_32=$JVM_HEAP_LIMIT_GLOBAL

0 commit comments

Comments
 (0)