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

Re: [HTCondor-users] Limit Memory



On Aug 27, 2013, at 9:22 AM, Romain <nuelromain@xxxxxxxxx> wrote:

> Hi everybody,
> 
> I've some problems with the limits of memory usage on my pool.
> 
> So I've install cgroup and configure like that:
> BASE_CGROUP = htcondor
> CGROUP_MEMORY_LIMIT_POLICY = hard
> On my configuration files (condor_config)
> 
> I want to suspend the jobs if it stay at the limit for a time (1 min for 
> example) and go back to the queue if it stay another time more (5 min for 
> example)
> 

I don't understand the question.  The memory limits are per-job.  If you suspend the job, how is it going to decrease its memory usage?

Brian