Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] holding a job
- Date: Mon, 8 Mar 2010 22:18:53 -0500
 
- From: Mag Gam <magawake@xxxxxxxxx>
 
- Subject: [Condor-users] holding a job
 
I would like to have a system_periodic_hold policy which does this:
if on a weekend, Saturday or Sunday the job can take up more than 6gig
of memory but from Monday-Friday it can't take up more than 2GB of
memory.
SYSTEM_PERIODIC_HOLD = ( ImageSize >  2048000)
Currently, I am using a sed statement to fix this but it would be nice
if there is a way to do this natively in condor.
TIA