Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] request_memory
- Date: Thu, 2 Jan 2014 08:12:15 -0600
- From: Brian Bockelman <bbockelm@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] request_memory
Boo! Hiss! ImageSize is bad!
If you're going to write an expression like this, try:
request_memory = (3 * MemoryUsage)
Brian
On Dec 27, 2013, at 12:23 PM, Greg Thain <gthain@xxxxxxxxxxx> wrote:
> 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
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/