Changeset 105 for trunk/oarutils


Ignore:
Timestamp:
May 14, 2014, 6:54:35 PM (10 years ago)
Author:
g7moreau
Message:
  • Add support for ulimit -s -l and -n
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oarutils/oar-envsh

    r104 r105  
    3131   | tr [\\\n] [\;] )
    3232
    33 exec /opt/oar/current/bin/oarsh $HOST "ulimit -s ${ulimit_s}; $MYENV $@"
     33exec /opt/oar/current/bin/oarsh $HOST "ulimit -s ${ulimit_s}; ulimit -n ${ulimit_n}; ulimit -l ${ulimit_l}; $MYENV $@"
    3434
    3535exit
Note: See TracChangeset for help on using the changeset viewer.