ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SchedulerRemoteglidein.py
(Generate patch)

Comparing COMP/CRAB/python/SchedulerRemoteglidein.py (file contents):
Revision 1.12 by belforte, Thu Jan 3 19:55:23 2013 UTC vs.
Revision 1.13 by belforte, Sat Jan 5 16:09:36 2013 UTC

# Line 59 | Line 59 | class SchedulerRemoteglidein(SchedulerGr
59          self.role = cfg_params.get("GRID.role", None)
60          self.VO = cfg_params.get('GRID.virtual_organization','cms')
61          self.allowOverflow = cfg_params.get('GRID.allow_overflow', '1')
62 <        self.max_rss = cfg_params.get('GRID.max_rss','2300')
62 >        self.max_rss = cfg_params.get('GRID.max_rss','2000')
63  
64          self.checkProxy()
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines