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
We left the python test_server.py script running during lunch today and when we came back, the KELO NUC became unresponsive (very slow and not accepting new SSH connections).
The text was updated successfully, but these errors were encountered:
Profiling shows that the leak comes from rerun. It is not clear why exactly rerun is causing large memory usage, because the process is set to use a maximum of 1GB (and it mentions dropping old messages). Rerun logging has been set to disabled by default in d6ba06c until we find the cause.
To profile:
Add @profile above def step() in robile_platform.py, and then run
m-decoster
changed the title
KELO NUC becomes unresponsive if server is left on for too long
Rerun causes memory leak if enabled on KELO NUC
Sep 30, 2024
We left the
python test_server.py
script running during lunch today and when we came back, the KELO NUC became unresponsive (very slow and not accepting new SSH connections).The text was updated successfully, but these errors were encountered: