!Friendica Support
Hi.
Since last update of #PHP8.4, I'm struggling with poor #performance of my instance on a #RasPi5 .
PHP/nginx workers already adjusted (PHP5, NGINX4).
504 errors where gone since that, but performance, very well after reboot, builds up and is very bad after some time.
So I guess, i've to adjust my #mariadb config.
Any hints for a RasPi5 with 8GB RAM?
Thanks in advance.
Hi.
Since last update of #PHP8.4, I'm struggling with poor #performance of my instance on a #RasPi5 .
PHP/nginx workers already adjusted (PHP5, NGINX4).
504 errors where gone since that, but performance, very well after reboot, builds up and is very bad after some time.
So I guess, i've to adjust my #mariadb config.
Any hints for a RasPi5 with 8GB RAM?
Thanks in advance.
Tealk
•If so, I also have this problem quite often; in the php logs I then find
Lasse Gismo (Friendica Antifa)
•825 requests for "robots.txt" during 17 hours on a single user instance seems to be not so much and "gotosocial" seems not to be the bad guy here.
Well - I'm following around 1000 accounts...
Tealk
•Lasse Gismo (Friendica Antifa)
•Which entries are in there?
Tealk
•My file is more of a joke: https://friendica.rollenspiel.monster/robots.txt
tom s
•Look at his log:
"GET /index.php?pagename=/robots.txt&"So you need a rewrite rule or alias too for your webserver.
Tobias
•How large is you DB in file size? It needs to be managed in RAM next to PHP and the other things running. I am kind of aggressive deleting uninteresting / unclaimed content on my node.
Lasse Gismo (Friendica Antifa)
•It's currently 9 GB, and I delete everything older than 30 days, except for my posts.
Tobias
•Do you have the rendertime addon on? How long is the time for the "Database" section?
The "mysql tuner" perl script / tool can give some hinds of what to enhance with the mysql settings. With mytop you can see if there are long running tasks on the DB (that should also be logged but at the moment I don't remember how to do that 😅). Which might help to identify the bottleneck.