[bisq-network/bisq] Bisq using up too much memory on Linux even after closing (#3918)

Stan notifications at github.com
Fri Mar 20 20:25:25 UTC 2020


Tracing linux glibc memory_arena_new calls via


    sudo bpftrace -e 'usdt:/proc/<PID>/root/lib/x86_64-linux-gnu/libc-2.27.so:libc:memory_arena_new { printf("PID %d: created new arena at %p, size %d\n", pid, arg0, arg1); }'

is showing Bisq  malloc() calls creating 20 new arenas between startup (with emtpy data.dir) and the time the BlockParser is done.

When I started Bisq after setting

    export MALLOC_ARENA_MAX=4
    export MALLOC_MMAP_THRESHOLD_=131072

the same trace shows Bisq is does not create any new arenas during the same interval; it is using existing arenas.



-- 
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/3918#issuecomment-601895391
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200320/49930456/attachment-0001.html>


More information about the bisq-github mailing list