[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] Fwd: [Medusa-users] ulimit -a



> The only solution that I can think of is to start the condor master (which 
> you're running as root, I gather), from a script which looks something like:
> 
> #!/bin/sh
> ulimit -n 4096
> /path/to/condor/bin/condor_master
> 
> Does this work?

For the record, yes, this does work. I simply edited our
/etc/init.d/condor script, added the line

ulimit -n 2048

towards the top, and restarted Condor on the nodes.

Thanks for all the input,

Scott
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>