Skip to content

Cannot start supervisor with numprocs > 200 #636

@bylatt

Description

@bylatt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions