asudox@programming.dev to Selfhosted@lemmy.worldEnglish · 9 months agoWhat are the requirements for a single user Lemmy instance?message-squaremessage-square23fedilinkarrow-up167arrow-down13file-text
arrow-up164arrow-down1message-squareWhat are the requirements for a single user Lemmy instance?asudox@programming.dev to Selfhosted@lemmy.worldEnglish · 9 months agomessage-square23fedilinkfile-text
I kind of want to self host a lemmy instance. What are the requirements for a single user lemmy instance?
minus-squareseang96@spgrn.comlinkfedilinkEnglisharrow-up6·9 months agoThere are postgres settings to reduce disk writes. There’s a max size and a timeout to write to disk. By default these values are on the lower end I believe.
minus-squareseang96@spgrn.comlinkfedilinkEnglisharrow-up1·9 months agoYeah works good until its under load which federation does have. Matrix and Lemmy both got like 20GB of RAM dedicated to the database on my servers.
Removed by mod
There are postgres settings to reduce disk writes. There’s a max size and a timeout to write to disk. By default these values are on the lower end I believe.
Removed by mod
Yeah works good until its under load which federation does have. Matrix and Lemmy both got like 20GB of RAM dedicated to the database on my servers.
Thanks.