Post #1073886
2022-11-18 20:07 UTC
#MastodonAdmin database tip: if you need to increase max_connections on PostgreSQL, make sure to check what work_mem is set to. If max_connections X work_mem is more than double the RAM you have on the server, maybe lower work_mem.
work_mem is non-shared per-backend memory, so you don't want to OOM.
Replies (0)
No replies.