mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
openjdk11: use more heap
This commit is contained in:
parent
b047c46dd3
commit
bb12640277
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ if [ -n "$_use_zero" ]; then
|
||||||
configure_args+=" --with-jvm-variants=zero"
|
configure_args+=" --with-jvm-variants=zero"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) configure_args+=" --with-boot-jdk-jvmargs=-XX:ThreadStackSize=2560";;
|
ppc*) configure_args+=" --with-boot-jdk-jvmargs=-XX:ThreadStackSize=2560";;
|
||||||
|
*) configure_args+=" --with-boot-jdk-jvmargs=-Xmx2g" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue