mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +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"
|
||||
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…
Add table
Reference in a new issue