Skip to content

Cannot start supervisor with numprocs > 200 #636

New issue

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

Closed
bylatt opened this issue Jul 20, 2015 · 1 comment
Closed

Cannot start supervisor with numprocs > 200 #636

bylatt opened this issue Jul 20, 2015 · 1 comment

Comments

@bylatt
Copy link

bylatt commented Jul 20, 2015

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.

@mnaberez
Copy link
Member

Fixed in 9e6aa44 (PR #129).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants