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;

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago (1 children)

@rom

I first struggled with my single-user Friendica instance after I added all followed accounts from Mastodon. Very slow, sometimes even not responding at all.

After tweaking some settings the site is running quite smootly. So it depends on the setup.

Yes, Mastodon out-of-the-box is faster on most machines, but Friendica can be made very usable.

Via clients like WhaleBird or Fedilab, I don't feel any difference.
@serenity

[–] [email protected] 1 points 2 years ago (1 children)
[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (1 children)

@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

[–] [email protected] 1 points 2 years ago

@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.