[bisq-network/bisq] Optimize DaoState snapshot behaviour (#5609)

chimp1984 notifications at github.com
Wed Jul 7 12:04:08 CEST 2021


Here are the results from 2 apps running over night. I did not use the periodic gc() calls but called it manually after checking the logs.

Version of that PR with G1 GC:
UsedMemoryInMB=1208, totalMemory=1.927 GB, freeMemory=764.248 MB

After calling gc():
UsedMemoryInMB=539, totalMemory=580 MB, freeMemory=40.5 MB


Master version without vm args:
UsedMemoryInMB=836, totalMemory=1.422 GB, freeMemory=619.766 MB

After calling gc():
UsedMemoryInMB=636, totalMemory=698 MB, freeMemory=61.384 MB 

So this PR version had about 100 MB less memory than master which is about 15%.



-- 
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/pull/5609#issuecomment-875471440
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210707/31d27484/attachment.htm>


More information about the bisq-github mailing list