I also changed the ulimit settings in the limits.conf file in /etc/security/limits.conf<br><br>Changing the ulimit with the ulimit -s 212144 does not seem to be persistent, it gets setted back.<br><br>The values I entered are:<br>
<br>*     hard   stack      524288<br>*     soft    stack      524288<br>*     soft    nofile       2048<br>*     hard    nofile       2048<br>*     soft     memlock   256<br>*     hard    memlock   256<br><br>The settings get effective after a reboot.<br>
<br>As a bonus OpenSim uses a thirth less memory !<br><br>You can  try experimenting with these values, you should be carefull though these settings (just like the sysctl -a) can reduce crashes, increase system speed and reduce memory usage, but false settings can also also cause system unresponsiveness and system crashes. <br>
<br>