Hi all,<br><br>Using Linux (RedHat) I wanted to increase number of open files for that session only (temporarily) <br><br>In the erl shell I did<br><br>erl<br>Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0] [hipe] [kernel-poll:false]<br>
<br>Eshell V5.5.5  (abort with ^G)<br>1> os:cmd('ulimit -n').<br>"1024\n"<br>2> os:cmd('ulimit -n 2048').<br>[]<br>3> os:cmd('ulimit -n').     <br>"1024\n"<br>4><br>
<br>Why did open file not increase here?<br><br>Regards,<br clear="all"><br>-- <br>Mathuvathanan Mou.<br>