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

Re: [Condor-users] turning off ImageSize requirement



On 10/17/05, filipdef@xxxxxxxxxxxxxxxxx <filipdef@xxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> Can anybody tell me how to turn off the ImageSize check
> in the default requirement ? I was hoping that adding
> in a requirement ImageSize != -1 would do the trick, but
> it doesn't seem so..

do you mean Memory...

that is the check that prevents jobs with a large image size running
(say they grew beyond the bounds of the physical memory and were then
preempted)
Use
Memory >= 0
And all should be well

Matt