Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Medium
-
Resolution: Complete
-
Affects Version/s: TrueNAS 11.3-U4.1
-
Fix Version/s: SCALE-20.10-ALPHA, 12.0-RC1, 11.3-U5
-
Component/s: Middleware
-
Labels:
-
Impact:High
-
Support Suite Ticket:BGB-701-87245
Description
middlewared runs for days, sometime two weeks, and then abruptly uses up RAM until system is not responsive. Restarting middlewared usually clears up the situation.
In the current running case, it's not the main middlewared that's growing without bound:
root 52507 0.0 38.8 146449392 104070560 - I 16:12 97:07.13 | `-- python3.7: /usr/local/bin/python3.7 -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=13, pipe_handle=75) --multiprocessing-fork (python3.7)
These folks are not using replication. Instead they are using rsync tasks. This is the only thing that is unusual about this system so far.
Debug attached.