this post was submitted on 23 Jan 2023
32 points (100.0% liked)
Fediverse
18068 readers
44 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@goatsarah
Let's see...
PHP memory limit up to 2048
Number of workers to 20
The workers now run every 5 minutes instead of 10 (cron)
Increased the values of pm.max_children , pm.start_servers, pm.min_spare_servers and
pm.max_spare_servers.
I'm running this setup on Yunohost in a VM with 2 cores and a total of 16 GB RAM. Currently only 7 or 8 GB are used, that's including Mastodon on the same server.
Giving the friendica instance more resources really helped, the standard settings are too restrictive.
@serenity @rom
@serenity @zeitverschreib @rom Thanks. Currently running mine on a raspberry pi 4 with 2 gigs, so limited in what I can give it. Considering moving it to something with more resources though.