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

Re: [Condor-users] turning off ImageSize requirement



Yes, I'm referring to the Memory * 1024 > ImageSize requirement.
I was trying to put in a dummy ImageSize req to get rid of
it, but I guess it needs to be a dummy Memory requirement.

Thanks for the info!
- Filip

> 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
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>