We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58eaf5a commit 7a28aceCopy full SHA for 7a28ace
1 file changed
backend/conf.d/supervisord.conf
@@ -5,7 +5,7 @@ logfile_maxbytes=0
5
pidfile=/run/supervisord.pid
6
7
[program:php-octane]
8
-command = php /app/artisan octane:frankenphp --host=0.0.0.0 --max-requests=200 --port=8000 --caddyfile=/etc/caddy/Caddyfile
+command = php /app/artisan octane:frankenphp --host=0.0.0.0 --workers=36 --max-requests=1000 --port=8000 --caddyfile=/etc/caddy/Caddyfile
9
process_name=%(program_name)s
10
startsecs = 0
11
autostart = true
@@ -34,4 +34,4 @@ stdout_logfile=/dev/stdout
34
stderr_logfile=/dev/stderr
35
stdout_logfile_maxbytes=0
36
stderr_logfile_maxbytes=0
37
-autorestart=true
+autorestart=true
0 commit comments