聊聊在Linux生产环境中你们是如何部署GO持续运行的

Wynters · · 5637 次点击
1楼 <a href="/user/lij2960" title="@lij2960">@lij2960</a> supervisor 执行 Max open files Soft Limit 一直都是 1024。连接多了会 出现 accept4: too many open files;
#4
更多评论
jan-bar
想要拥有,必定付出。
docker里面,虽说go可编译成没依赖的可执行文件,但三方库之类的可以封装到docker里面,运行环境跟着走。
#2