File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments