My YunoHost server
Hardware: Lenovo ThinkCentre m720q
YunoHost version: 11.2.9.1 (stable)
I have access to my server : Through SSH | through the webadmin |
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:
If your request is related to an app, specify its name and version: Streams 23.12.17~ynh1
Description of my issue
There’s an odd title…!
I installed a new instance of Streams earlier today, and everything was working fine until a couple of hours ago, when I started getting 504 timeout errors from nginx.
Looking in /var/log/php8.2-fpm.log
, everything looks clear until it says:
[23-Jan-2024 21:29:01] NOTICE: fpm is running, pid 681
[23-Jan-2024 21:29:01] NOTICE: ready to handle connections
[23-Jan-2024 21:29:01] NOTICE: systemd monitor interval set to 10000ms
[23-Jan-2024 21:34:00] WARNING: [pool streams] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 2 idle, and 12 total children
[23-Jan-2024 21:34:01] WARNING: [pool streams] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 1 idle, and 14 total children
[23-Jan-2024 21:34:02] WARNING: [pool streams] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 3 idle, and 17 total children
[23-Jan-2024 21:34:03] WARNING: [pool streams] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 3 idle, and 18 total children
[23-Jan-2024 21:34:04] WARNING: [pool streams] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 19 total children
[23-Jan-2024 21:34:05] WARNING: [pool streams] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 23 total children
[23-Jan-2024 21:34:06] WARNING: [pool streams] server reached pm.max_children setting (24), consider raising it
…and this seems to be without my doing anything.
Could anyone shed any light, please? Could it be because my server was completely “alone” up until this evening but then started discovering other servers to federate with?
I have checked my disk space and RAM using df -h
and free -h
, and both remain constant throughout.