Memory Leak? #7286
Replies: 3 comments 13 replies
-
Hi @wobloz! Would you be willing to do a couple of pprof scans of your lnd node as the memory consumption increases? That should give us an indication of where the problem area is. Here is a description for how to do this: https://github.com/lightningnetwork/lnd/blob/master/docs/debugging_lnd.md#capturing-pprof-data-with-lnd |
Beta Was this translation helpful? Give feedback.
-
@wobloz , Wondering if this is perhaps linked to #5983 Do you know if your watchtower servers are currently active? ie, it could be that you dont currently have an active tower server and so these updates just queue in memory. Definitely something we are wanting to fix soon |
Beta Was this translation helpful? Give feedback.
-
aha! yeah if wtclient is active but there is no configured tower then this will happen. I think for the meantime, if you dont want to add a tower, just remove the |
Beta Was this translation helpful? Give feedback.
-
Hi, I've got a memory issue with LND. I run a 100+ channel node. After a restart, lnd has about 350MB of memory. However, it keeps steadily rising. After a day or so the consumption is about 1GB. After a few days 2GB until the machine crashes. Any idea, please? Is this a known memory leak? Thanks, Pavel
Beta Was this translation helpful? Give feedback.
All reactions