0
  • I wanted to know how to modify the ulimits of supervisor process particularly.
  • I want increase max open process limit to unlimited for supervisor process so that , it will spawn it's child process with the same ulimits.

See the below screen shots for more info:

The below is the ulimit of the root user after changing it in /etc/security/limits.conf

enter image description here

The below is the ulimit of the supervisor process.

enter image description here

Now , i want to know how to make them same .

Rangeesh
  • 361
  • 1
  • 13

1 Answers1

0

you can set the [supervisord] minfds and minprocs in config file

Ford Guo
  • 957
  • 9
  • 18