[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-devel] Reserved swap space issue
- Date: Mon, 20 Feb 2006 18:14:30 +0530
- From: "Devaraj Das" <ddas@xxxxxxxxxxxxx>
- Subject: [Condor-devel] Reserved swap space issue
Hi,
Setting RESERVED_SWAP space to zero in the config files doesn't seem to
affect the condor_shadow processes. Upon investigation, I found that in the
file baseshadow.C, checkSwap doesn't do the necessary checks for
RESERVED_SWAP = 0 (as done, for example, in schedd.C:canSpawnShadow). That
was causing some jobs to fail since on my platform sysapi_swap_space, for
some reason, returns a negative number.
I am using condor-6.7.13. Is this taken care of in the later versions?
Thanks
Devaraj.