[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Jobs blocked as Idle in Multi-CPU machine
- Date: Thu, 23 Aug 2007 13:33:36 +0200
- From: "ye huang" <ye.huang@xxxxxxxx>
- Subject: Re: [Condor-users] Jobs blocked as Idle in Multi-CPU machine
Hei, Jones, thanks a lot for your reply!
Finally I checked all the log files and find it prompts lack of swap space in "SchedLog".
So I edit my condor_config.local like:
RESERVED_SWAP = 0
NUM_CPUS = 2
DAEMON_LIST = MASTER, STARTD, SCHEDD, NEGOTIATOR, COLLECTOR
Then everything is ok now!
marci!
ye