解决 docker ulimit open file 过少的问题
Posted fengjian2016
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 docker ulimit open file 过少的问题相关的知识,希望对你有一定的参考价值。
解决方法:
ExecStart=/usr/bin/dockerd --default-ulimit nofile=1024000--default-ulimit memlock=128849018880 --default-ulimit core=-1 --default-ulimit nproc=-1 --default-ulimit stack=-1 --insecure-registry=192.168.200.0/24 --dns 10.254.0.2 --dns 114.114.114.114 --dns-search default.svc.cluster.local --dns-search svc.cluster.local --dns-opt ndots:2 --dns-opt timeout:2 --dns-opt attempts:2 --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU}
以上是关于解决 docker ulimit open file 过少的问题的主要内容,如果未能解决你的问题,请参考以下文章
解决tomcat too many open files问题
linux 打开文件数 too many open files 解决方法
(转)linux 打开文件数 too many open files 解决方法
如何解决错误“[ErrorException] file_get_contents(/var/www/laravel/.env): failed to open stream: No such fil