当安装alluxio时,出现允许打开的文件数目过小问题:
the ur limit for number of open files is too small. the current value is 4096. for production u, it should be bigger than 16384
解决方法:
#查看当前系统允许打开文件数目cat /proc/sys/fs/file-max#查看用户可以打开的文件数目# check hard limit in linuxulimit -hn# check soft l今年一本线多少分imits 9一八事变手抄报内容in linuxulimit -sn#修改系统sysctl -w fs.file-max=500000 # 临时生效;vi /etc/sysctl.conf # 永久生效cat /proc/sy适合女生看的书s/fs/file-max 验证sysctl -p # 修改立即生效;#假牛筋 修改用户限制
ulimit -hn 16386 #临时生效;退出后失效vi /etc/curity/limits.conf,添加:
* soft nofile 16386
* hard nofile 16386
确保/etc/pam.d/login 文件中有:(没有则进行添加)眼花撩乱
ssion required pam_limits.so
重新登录即可;使用ulimit 查看变化;
参考链接:
本文发布于:2023-04-03 22:31:37,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/49ca61d93f7144e18a03eaa1b423bc38.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:The user limit for number of open files is too small..doc
本文 PDF 下载地址:The user limit for number of open files is too small..pdf
留言与评论(共有 0 条评论) |