Added number of workers and max requests

This commit is contained in:
Aditya Prima 2024-03-12 13:22:03 +07:00
parent 680b412dce
commit ef8c560f2e
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/command/with-contenv sh
php /app/artisan octane:start --server=frankenphp --workers=16 --max-requests=1000
php /app/artisan octane:start --server=frankenphp --workers=24 --max-requests=1500