We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On centOS7 droplets with 512 mb of ram, Supervisor crash and not start.
Here's my program conf.
[program:test] directory=/root/ command=/root/script.sh process_name=%(process_num)02d numprocs=210 priority=999 autostart=true autorestart=true startsecs=10 startretries=10 stopwaitsecs=10
If I set numprocs to equal or less than 200 it's work.
The text was updated successfully, but these errors were encountered:
Fixed in 9e6aa44 (PR #129).
Sorry, something went wrong.
No branches or pull requests
On centOS7 droplets with 512 mb of ram, Supervisor crash and not start.
Here's my program conf.
If I set numprocs to equal or less than 200 it's work.
The text was updated successfully, but these errors were encountered: