-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
media repo workers use an awful lot of memory #9365
Comments
(this tends to cause the box to go into swap, which is obviously bad) |
Previous issue: #8653, though the situation seems to have changed somewhat |
I don't think it's minor. |
So we have a tactical cronjob in place on matrix.org for this ; are we going to be able to look into this soon or should we make the automatic restarting more robust? |
This might be a regression from #9108 or one of the earlier PRs updating that code. |
From @richvdh doing a bit of research:
Looking a bit at this I think setting |
Hopefully the changes in #9421 will help out with this, but I guess it'll be a few days before we know. |
A lot of it gets cleaned up when we eventually do a gen 2 GC, but 44G seems a bit insane for a process which is essentially a glorified web server:
It would be good to find out what is using that memory, with a view to either not using it in the first place, or making it easier to free so that it gets removed in a gen 0 or gen 1 GC.
The text was updated successfully, but these errors were encountered: