解决 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}

 

相关文章:

  • 2022-02-01
  • 2021-12-27
  • 2022-12-23
  • 2021-07-23
  • 2021-11-11
  • 2022-01-15
  • 2021-09-05
  • 2021-12-26
猜你喜欢
  • 2021-08-01
  • 2022-01-11
  • 2022-12-23
  • 2021-12-11
  • 2021-10-18
  • 2021-05-07
相关资源
相似解决方案