supervisord -c supervisor.conf 通過配置文件啟動supervisor
supervisorctl -c supervisor.conf status 察看supervisor的狀態(tài)
supervisorctl -c supervisor.conf reload 重新載入 配置文件 更新后可以選擇重新載入
supervisorctl -c supervisor.conf start [all] | [appname] 啟動指定/所有 supervisor管理的程序進程
supervisorctl -c supervisor.conf stop [all] | [appname]
# [RuntimeError: unable to open shared memory object, OSError: [Errno 24] Too many open files](https://stackoverflow.com/questions/51741046/runtimeerror-unable-to-open-shared-memory-object-oserror-errno-24-too-many)
# 修改下面的值
minfds=1024 ;可以打開的文件描述符的最小值锦秒,默認 1024
minprocs=200 ;可以打開的進程數(shù)的最小值癌压,默認 200