[gridengine users] ulimits not taking in GE

2012-11-14 Thread Joseph Farran
Hi All. I increased our ulimits on our compute nodes and I can request the new limits if I ssh to the compute nodes: [root@compute-2-3 security]# tail -5 /etc/security/limits.conf # End of file * hard nofile 10240 * soft nofile 4096 * hard nofile 10240 * soft nofile 4096 [user@compute-2-3

Re: [gridengine users] ulimits not taking in GE

2012-11-14 Thread Rayson Ho
Joseph, You need to set S_DESCRIPTORS, H_DESCRIPTORS with the execd_params option in sge_conf: http://gridscheduler.sourceforge.net/htmlman/htmlman5/sge_conf.html Example: H_DESCRIPTORS=1 Rayson On Wed, Nov 14, 2012 at 1:51 PM, Joseph Farran jfar...@uci.edu wrote: Hi All. I increased

Re: [gridengine users] ulimits not taking in GE

2012-11-14 Thread Joseph Farran
Thanks Rayson! That did the trick. Best, Joseph On 11/14/2012 10:55 AM, Rayson Ho wrote: Joseph, You need to set S_DESCRIPTORS, H_DESCRIPTORS with the execd_params option in sge_conf: http://gridscheduler.sourceforge.net/htmlman/htmlman5/sge_conf.html Example: H_DESCRIPTORS=1 Rayson