<div dir="ltr"><div><div><div><div><div><div>I get this message in sheep.log<br><br> check_host_env(477) Allowed open files 1024000, suggested 6144000<br><br></div>I set<br><br>/etc/sysctl.conf<br> fs.file-max = 1024000<br>
<br></div><div>After reboot I check<br> cat /proc/sys/fs/file-max<br> 6144000<br></div><div><br></div>Then I edit<br><br>/etc/security/limits.conf<br> root soft nofile 6144000<br> root hard nofile 6144000<br><br></div>
<div>After a login (or reboot) I get the default values<br><br>ulimit -Hn<br> 4096<br>ulimit -Sn<br> 1024<br></div><br></div>If I set anything more than 1024000, then it gets ignored.<br><br></div>What do you think?<br>
<br></div>Debian wheezy 64 bit.<br></div>