问题描述

Supervisor修改了配置文件中的参数值(比如程序运行所需的内存),但是重启服务没有生效。 

 

解决方案

1、使用如下命令更新Supervisor的配置。

supervisorctl update

 

 2、重启所需的服务

supervisorctl restart program_name

 

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2021-09-03
  • 2022-12-23
  • 2021-05-09
  • 2021-09-15
  • 2021-12-31
猜你喜欢
  • 2022-03-04
  • 2021-12-10
  • 2021-07-10
  • 2021-12-03
  • 2021-10-06
相关资源
相似解决方案