pleroma/changelog.d/memleak.fix
Mark Felder 7e99d0619d Force more frequent full_sweep GC runs on the Websocket processes
Websocket processes seem to be the primary culprit for Binary memory allocation bloat.
2024-02-17 09:53:52 -05:00

2 lines
135 B
Plaintext

Fix a memory leak caused by Websocket connections that would not enter a state where a full garbage collection run could be triggered.