openjdk11: use more heap
This commit is contained in:
parent
b047c46dd3
commit
bb12640277
@ -60,6 +60,7 @@ if [ -n "$_use_zero" ]; then
|
||||
configure_args+=" --with-jvm-variants=zero"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) configure_args+=" --with-boot-jdk-jvmargs=-XX:ThreadStackSize=2560";;
|
||||
*) configure_args+=" --with-boot-jdk-jvmargs=-Xmx2g" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user