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

Re: [HTCondor-users] How to set a hard limit to condor job slots



Hi Todd
Thanks for the information. 
For the time being, we have added System_Periodic_Remove to our submission nodes, which eveluates if the ResidentSetSize is over the Memory Limit. 
 
Cheers!



wuwj@xxxxxxxxx
 
From: Todd L Miller
Date: 2020-07-01 10:29
To: HTCondor-Users Mail List
CC: aglt2-admin
Subject: Re: [HTCondor-users] How to set a hard limit to condor job slots
> I wonder Is there anyway we can use to protect our work nodes from being
> killed by jobs exceeding memory usages?
 
I'm not familiar with all of the details, but have you tried
 
use policy : HOLD_IF_MEMORY_EXCEEDED
 
?
 
- ToddM