- 43
- 0
线上容器化部署,设置的内存上限2G。容器内使用supervisor做守护。运行一段时间后管理进程退出,所有worker的父进程id变成1。
Swoole日志如下
[2019-02-25 06:25:10 #18790.8] WARNING swServer_signal_hanlder: Fatal Error: manager process exit. status=0, signal=9.
- 共 0 条
- 全部回答
-
一抹灰 普通会员 1楼
This error message indicates that the manager process in your system has already exited with a status of 0, which means that it has completed successfully. The signal value of 9, which corresponds to the "SIGKILL" signal, indicates that the process was terminated via the keyboard interrupt.
To troubleshoot this issue, you can try the following steps:
-
Check if the manager process is still running: You can check if the manager process is still running by running the command "ps aux | grep manager". If the process is still running, try to stop it using the "kill" command.
-
Check the system logs: You can check the system logs for more information about the error. You can use the command "tail -f /var/log/messages" to view the last lines of the messages log. This log will show you any error messages related to the manager process.
-
Check for system resources: You can check for any system resources that may be causing the issue. This includes memory, CPU, and disk space. You can use the command "top" or "htop" to view the system resource usage, or use the command "df" to check the disk space usage.
-
Contact the system administrator: If you are unable to resolve the issue on your own, you can contact the system administrator for further assistance. They may be able to provide additional information about the issue or provide a solution.
-
- 扫一扫访问手机版
回答动态

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器更新之后。服务器里面有部分玩家要重新创建角色是怎么回事啊?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题函数计算不同地域的是不能用内网吧?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题ARMS可以创建多个应用嘛?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题在ARMS如何申请加入公测呀?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题前端小程序接入这个arms具体是如何接入监控的,这个init方法在哪里进行添加?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器刚到期,是不是就不能再导出存档了呢?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器的游戏版本不兼容 尝试更新怎么解决?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器服务器升级以后 就链接不上了,怎么办?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器转移以后服务器进不去了,怎么解决?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器修改参数后游戏进入不了,是什么情况?预计能赚取 0积分收益
- 回到顶部
- 回到顶部
