Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] request_memory
- Date: Fri, 27 Dec 2013 12:23:33 -0600
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] request_memory
On 12/26/2013 03:57 PM, Rita wrote:
I have a job with request_memory = 256 Megabytes but if I go over it
will get held according to my SYSTEM_PERIODIC_HOLD policy. I would
like to automatically triple the request_memory and then release the
job. Is that possible to do?
Request_memory is an expression. So, you can set the in the job submit file
request_memory = (3 * ImageSize)
-Greg