openjdk11: use more heap

This commit is contained in:
Đoàn Trần Công Danh 2025-04-11 10:49:12 +07:00
parent b047c46dd3
commit bb12640277

View file

@ -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