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

Re: [HTCondor-users] Memory requests increasing



On 2/28/2013 6:02 AM, Rochford, Steve wrote:
Thanks for this but I'm still not quite sure what's going on so maybe an example helps.

I've got a job which was submitted yesterday and the requirements line in the submit file was:

Requirements = starccm == "yes" && Memory >=900

They added a "better knob", as a result "Requirements = Memory <X>" stopped working. As Tim said, use request_memory (the "better knob" ) instead:

requirements = starccm == "yes"
request_memory = 900

Dima