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
Describe the bug
There are slow memory leak due to refc binaries accumulating over large file transfers (large files, with large file counts, in the hundreds to many thousands).
It's not a major thing, but memory usage is easy to spot when running the recon calls for it and looking at the results.
Expected behavior
It would probably be worth it for revault_fsm and its related network transfer workers to run a hibernation from time to time (eg. after a whole sync and after having sync'd file over size N or M files in a row)
Describe the bug
There are slow memory leak due to refc binaries accumulating over large file transfers (large files, with large file counts, in the hundreds to many thousands).
It's not a major thing, but memory usage is easy to spot when running the
recon
calls for it and looking at the results.To Reproduce
Expected behavior
It would probably be worth it for
revault_fsm
and its related network transfer workers to run a hibernation from time to time (eg. after a whole sync and after having sync'd file over size N or M files in a row)Environment:
Linux raspberrypi.local 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
Darwin airm1.local 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:26 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T8103 arm64
Additional context
This did not cause any actual problem, but I assume over extended time periods it could create system pressure.
Temporary Workaround
The text was updated successfully, but these errors were encountered: