Supervisord and ulimit to java app

蓝咒 提交于 2019-12-05 18:44:23

In case someone is still looking for a solution for that, try setting: minfds parameter within supervisord configuration file: http://supervisord.org/configuration.html#supervisord-section-values

Remember to restart the supervisord after configuration change.

Felipe Gutierrez

I got the solutions writing another java program Test with the supervisor. I also used #!/bin/bash instead of #!/bin/sh and my linux user was not configured properly.

I also used this answer from serverfault to help me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!