Skip to content

Commit

Permalink
Reduce max jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Apr 14, 2015
1 parent 446188a commit 6262b18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/qipipeline.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[SGE]
# The Sun Grid Engine parameters.
# The OHSU AIRC SGE is constrained to 200 concurrent jobs.
plugin_args = {'qsub_args': '-l h_rt=0:30:00,mf=3G', 'max_jobs': 200}
# The OHSU AIRC SGE is constrained to 200 concurrent jobs. The max is
# set to 120 to allow for other job submissions.
plugin_args = {'qsub_args': '-l h_rt=0:30:00,mf=3G', 'max_jobs': 120}

[registration]
plugin_args = {'qsub_args': '-l h_rt=192:00:00,mf=1G', 'overwrite': True}
Expand Down

0 comments on commit 6262b18

Please sign in to comment.