<div dir="ltr">Hi<div><br></div><div>server setup:</div><div>------------------</div><div>Centos 6</div><div>32GB RAM</div><div>16 Cpu's</div><div>70 students max</div><div><br></div><div><div>I am using /etc/security/limits.conf to prevent the students from choking the whole</div><div>server but sometimes one student will write a very bad program that somehow</div><div>runs itself again and again - so fast that "killall" and "<span class="gmail-il" style="font-size:12.8px">pkill</span><span style="font-size:12.8px"> -9 -u" can't stop/remove</span></div><div><span style="font-size:12.8px">the user fast enough before the student's program is run again and again...</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Here is my definition in limits:</span></div><div><span style="font-size:12.8px"><br></span></div><div><div><span style="font-size:12.8px"> @stud           hard    cpu             8</span></div><div><span style="font-size:12.8px"> @stud           hard    nproc           256</span></div><div><span style="font-size:12.8px"> @stud           hard    nofile          1024</span></div><div><span style="font-size:12.8px"> @stud           -       maxlogins       6</span></div><div style="font-size:12.8px"><br></div></div><div style="font-size:12.8px">I can't reduce cpu time below 8min because eclipse will be killed every hour or so.</div><div style="font-size:12.8px">My problem seems to be that the student can run up to 256 processes that each</div><div style="font-size:12.8px">uses 100% of a single CPU and we only have 16 CPU''s.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks for any suggestions.</div><div style="font-size:12.8px">Josh</div></div></div>