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
After processing each user's submissions, the worker does not explicitly trigger garbage collection. Large deserialized submission lists remain in memory until the next GC cycle, increasing peak RSS under sustained load.
After processing each user's submissions, the worker does not explicitly trigger garbage collection. Large deserialized submission lists remain in memory until the next GC cycle, increasing peak RSS under sustained load.