@mint@m0xEE yeah apparently its from some old library that pleroma used to use before. deleted the key it was crying about and commands started running (atleast i think so, since they didnt print anything out...), the original reason behind this was pleroma was being sluggish, i checked oban but there werent many jobs open (only about 600?), so i thought that the next thing in checklist would be to analyze and do full vacuum
@dj@m0xEE@munir@mint Glussy is a retard, Pleroma isn't configured to use that many and there's not point in doing that anyway. 90% of the time Pleroma here uses 10 connections leaving the other 5(?) unused. 90% of the time Pleroma here uses 2 connections leaving the other 8(?) unused.
It just uses memory that can be used elsewhere for no reason.
@munir@m0xEE@mint Yeah, make sure to put 20 as the number of connections (or more if you are running also something else that uses the DB on the same box) and don't use the "network storage" option as your storage. It will output few configuration lines, which you should then change in your postgresql.conf file.
Depending on how much free RAM you have on the box, maybe increase or decrease the effective_cache_size setting. And maybe increase the random_page_cost to something like 4. The rest should be fine to copy as is.
EDIT: postgresql restart is probably required for all changes to take effect. Pleroma should ideally be shut down for that, but it will survive even if it is not.