[bisq-network/bisq] Java Heap Space error (#5550)

pazza notifications at github.com
Sun Jun 20 09:35:06 CEST 2021


Crashes where still happening pretty frequently so edited the Bisq.cfg file in Local\Bisq\app to the below to include @cd2357's suggestion, it has seemed to fix a few memory issues. Hopefully it will resolve the Java heap space error also:


[Application]
app.classpath=$APPDIR\desktop-1.6.5-all.jar
app.mainclass=bisq.desktop.app.BisqAppMain

[JavaOptions]
java-options=-Xss1280k
java-options=-XX:MaxRAM=32g
java-options=-Djava.net.preferIPv4Stack=true
java-options=--module-path
java-options=$APPDIR\mods

[JVMOptions]
-Dprism.order=sw

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5550#issuecomment-864512645
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210620/ae79340d/attachment.htm>


More information about the bisq-github mailing list