[bisq-network/roles] Seednode Operator (#15)

Manfred Karrer notifications at github.com
Mon Jan 28 18:11:49 UTC 2019


## 2019.01 report

We had issues with heap memory (see above) but it is resolved now and we added more vm arguments and increased the prog argument for maxMemory.

`java -XX:+UseG1GC -Xms512m -Xmx4000m -jar /root/bisq/seednode/build/libs/seednode-all.jar --maxConnections=30 --maxMemory=3000 ...`

The -XX:+UseG1GC argument tells the jvm to use another garbage collector which behaves better according to @freimair 

Heap memory defined in -Xmx must be about 20-30% larger than the amount at maxMemory.

/cc bisq-network/compensation#205

-- 
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/roles/issues/15#issuecomment-458240448
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190128/68e46696/attachment.html>


More information about the bisq-github mailing list