library initialization failed - unable to allocate file descriptor table - out of memory
library initialization failed - unable to allocate file descriptor table - out of memory麒麟V10系统docker报错
·
启动docker容器报错:library initialization failed - unable to allocate file descriptor table - out of memory
修改/etc/systemd/system/docker.service
文件中的LimitNOFILE
、LimitNPROC
和LimitCORE
配置为65535
固定值,原先配置中这三个参数都设置为了infinity
导致不起作用
LimitNOFILE=65535
LimitNPROC=65535
LimitCORE=65535
重新加载docker服务的配置文件
systemctl daemon-reload
重启docker 服务
systemctl restart docker
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献2条内容
所有评论(0)