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

--- Comment #1 from John Crisp <[email protected]> ---
New keys for wiki page.

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

Must makie sure that

min Servers <= max Servers
and
start Servers >=min Server and <=max Servers

eg

Min 4 Start 6 Max 8

I'll push that later as it seems to cure the issue.

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