HTCondor Project List Archives



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

Re: [Condor-devel] Reserved swap space issue



On Mon, Feb 20, 2006 at 06:14:30PM +0530, Devaraj Das wrote:
> 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?

No, it hasn't been. It's probably better to fix sysapi so you don't
return a negative number (this is for your FreeBSD port?)  - there may
be other places that Condor uses the swap numbers that you'll eventually 
have to fix anyway.

-Erik