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:
parent
06970ae039
commit
0142047da9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue