!Friendica Support
Again I am getting kill messages about the worker
Killed php bin/worker.php
Friendica 'Interrupted Fern' 2024.12 - 1576
php 8.3.10
max parallel running worker: 5
Seems that worker is taking too much RAM and the system (Shared Hoster) is killing the proczess.
Roland Häder likes this.
reshared this
Frend
in reply to Hiker • • •Hiker
in reply to Hiker • • •Frend
in reply to Hiker • • •Nothing out of the ordinary here, you could try reducing to less workers but I don't think that will help much. Are you running worker via crons or daemon?
I am running through different hosters (dedicated rack, kvm and also shared hosters) and my hoster does specify things like php process limit, memory limit, script runtime etc...
maybe you can get some more information from your hoster?
Roland Häder likes this.
Roland Häder
in reply to Frend • •@Frend @Hiker Idea is to put up a simple
phpinfo.php
with the all-famous 2 lines:<?php phpinfo();
. Then copy-paste the details here. Yes, shared hosters have their cheap prices but mostly for limitations, like no federating software with a worker daemon in background. Also other limitations can be CPU usage, RAM and HDD allowed or else you have to upgrade your hosting package to a larger one.I wrote a "mailer" script, that comes from the old-times of the Internet where you can sign up with such service and collect points to book mails with your points and send them to other members. It has a self-managing part and reduced mail-delivery per click done on the homepage. My then-hoster (shared) asked me to shut it down while it was totally resource-friendly. Just as an example why root servers are often a better choice where you have more freedoms but more responsibilities, like administrating the Linux OS on it.
Friendica Support reshared this.
Michael 🇺🇦
in reply to Hiker • • •Hiker
in reply to Michael 🇺🇦 • • •Michael 🇺🇦
in reply to Hiker • • •Roland Häder likes this.
Hiker
in reply to Michael 🇺🇦 • • •Michael 🇺🇦
in reply to Hiker • • •Roland Häder likes this.
Hiker
in reply to Michael 🇺🇦 • • •Roland Häder likes this.
Michael 🇺🇦
in reply to Hiker • • •Roland Häder likes this.
Frend
in reply to Hiker • • •Hiker
in reply to Hiker • • •Hiker
in reply to Hiker • • •Hiker
in reply to Hiker • • •php.ini
.Roland Häder likes this.
Hiker
in reply to Hiker • • •Frend
in reply to Hiker • • •Hiker
in reply to Hiker • • •The worker kill problem turns out to be a database problem - error log:
Index post-tag is corrupted
How to fix this?
Hiker
in reply to Hiker • • •Roland Häder likes this.
Hiker
in reply to Hiker • • •Hiker
in reply to Hiker • • •Rainer "friendica" Sokoll
in reply to Hiker • • •Hiker
in reply to Rainer "friendica" Sokoll • • •I have only logs like this from the provider
Feb 05 11:21:20 xyz.server.de kernel: Killed process 22932 (php), UID 153, total-vm:1443352kB, anon-rss:777172kB, file-rss:19936kB, shmem-rss:12472kB
Rainer "friendica" Sokoll
in reply to Hiker • • •So, we are in the same boat