https://bugs.contribs.org/show_bug.cgi?id=11171

John Crisp <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
              Flags|                            |help_verify+

--- Comment #3 from John Crisp <[email protected]> ---
This is fixed and needs testing/verifying


Verifying.

Install and configure nextcloud

You will probably notice this sort of warning in your logs

[pool php74-nextcloud] seems busy (you may need to increase pm.start_servers,
or pm.min/max_spare_servers), spawning 8 children, there are 2 idle, and 8
total children

Install update and test.

Errors should disappear.

You can add new settings:

$nextcloud{'PHPmaxChildren'} || 20;
$nextcloud{'PHPminServers'} || 4;
$nextcloud{'PHPstartServers'} || 6;
$nextcloud{'PHPmaxServers'} || 8;
$nextcloud{'PHPmaxRequests'} || 1000;

Try a webapps-update/smeserver-php-update or post-upgrade/reboot to see if the
settings expand.

Look here for the settings /etc/opt/remi/php74/php-fpm.d/www.conf

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to