mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 18:33:43 +01:00
Add BjvmOptions=-Xss1280k for linux builds
This commit is contained in:
parent
f770455ce8
commit
1037134ba9
@ -29,6 +29,7 @@ $JAVA_HOME/bin/javapackager \
|
||||
-srcfiles "core/src/main/resources/bisq.policy" \
|
||||
-srcfiles package/linux/LICENSE \
|
||||
-appclass io.bisq.gui.app.BisqAppMain \
|
||||
-BjvmOptions=-Xss1280k \
|
||||
-outfile bisq
|
||||
|
||||
# when we have support for security manager we use that
|
||||
|
@ -29,6 +29,7 @@ $JAVA_HOME/bin/javapackager \
|
||||
-srcfiles "core/src/main/resources/bisq.policy" \
|
||||
-srcfiles package/linux/LICENSE \
|
||||
-appclass io.bisq.gui.app.BisqAppMain \
|
||||
-BjvmOptions=-Xss1280k \
|
||||
-outfile bisq
|
||||
|
||||
# when we have support for security manager we use that
|
||||
|
Loading…
Reference in New Issue
Block a user