Mac进入redis服务端错误信息:"Increased maximum number of open files to 10032 (it was originally set to 256)"
摘要:
问题一 # 查看系统限制 >>>$ ulimit -a # 设置“open files”数量 >>>$ ulimit -n 10032 参考 https://blog.csdn.net/y201314an/article/details/89856145 问题二 参考 https://www.cnb 阅读全文
posted @ 2019-10-12 01:26 ${} 阅读(2019) 评论(0) 推荐(0) 编辑