摘要:
You are here because you had encountered the error in the title. In this article I will explain the error and steps necessary to reproduce and fix it. 阅读全文
摘要:
近期遇到一个问题,写的代码同一时间维护的tcp链接过多,导致linux的文件句柄达到上限,出现Too many open files的问题。网上大多回答混乱,在这里做个总结,提醒日后使用。 1.查看命令 ulimit -a 2.临时的修改,关闭终端失效 ulimit -n 204800 或 ulim 阅读全文