And a bugfix 3 seconds later. Don't tell java to use up to 20g while telling the farm to kill the job if it tries to exceed 4g.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4388 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2010-09-30 02:08:47 +00:00
parent 06970ae039
commit 0142047da9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class BeagleGenotypeRefinement extends QScript {
var refine = new BeagleRefinement
refine.beagleInput = beagleInput.out
refine.beagleOutputBase = beagleBase
refine.beagleMemoryGigs = 20
refine.beagleMemoryGigs = 4
refine.memoryLimit = Some(4)
refine.freezeOutputs