web页面上的警告信息:“System Requirement: max file descriptors [65535] likely too low, increase to at least [65536].”
检查我的Linux (CentOS 7.2)上的/etc/security/limits.conf ,里面已经有了nexus - nofile 65536 这一行,但是并没有生效。
最后的解决方法是在/etc/security/limits.conf 中,注释掉原来的nexus - nofile 65536 这一行,并增加以下两行:
nexus soft nofile 65536
nexus hard nofile 65536
或设置任意用户的nofile为65536:
* soft nofile 65536
* hard nofile 65536
保存修改后重启Nexus,就没有上面的警告了。
---------------------
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。