You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the pynng module, there will be occasional memory leaks, the available memory will gradually decrease, and the CPU usage will reach more than 120%. Since my program is more complicated, I'm not sure if it's a problem with the pynng module, or something else. So I want to ask, is there any way to troubleshoot?
There are some logcat screenshot.
lsof
strace (9742 is the problematic process)
top -c
mem_avail
The text was updated successfully, but these errors were encountered:
Hi @rty813, I think I'm stumbling exactly in the same problem. The fact is that the leak happens very slowly, i.e. I see a very slow drift in memory usage. However, I'm also not sure if it's pynng or some other piece of code.
Hi @rty813, I think I'm stumbling exactly in the same problem. The fact is that the leak happens very slowly, i.e. I see a very slow drift in memory usage. However, I'm also not sure if it's pynng or some other piece of code.
use nng, leak still happend. So, I think it's nng's problem.
When I use the pynng module, there will be occasional memory leaks, the available memory will gradually decrease, and the CPU usage will reach more than 120%. Since my program is more complicated, I'm not sure if it's a problem with the pynng module, or something else. So I want to ask, is there any way to troubleshoot?
There are some logcat screenshot.
lsof
strace (9742 is the problematic process)
top -c
mem_avail
The text was updated successfully, but these errors were encountered: