config: raise LSAPI children limit 10→25 on JARVIS vhost and global handler

Deadlocked twice today (2026-06-17) under AutoSSL + concurrent load.
jarvis.orbishosting.com extProcessor jarvi5150: maxConns 10→25,
LSAPI_CHILDREN 10→25. Global lsphp handler: same.
With ~40MB/worker and 1.1GB free RAM, 25 workers peaks at ~1GB.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
DO Server Backup
2026-06-17 19:21:50 +00:00
parent 3498da51b2
commit 5eea81e40f
2 changed files with 441 additions and 2 deletions
@@ -33,8 +33,8 @@ scripthandler {
extprocessor jarvi5150 {
type lsapi
address UDS://tmp/lshttpd/jarvi5150.sock
maxConns 10
env LSAPI_CHILDREN=10
maxConns 25
env LSAPI_CHILDREN=25
initTimeout 600
retryTimeout 0
persistConn 1