Default memory limit is now 4g (apparently necessary when testing on full 100-sample Autism_Daly dataset)

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4359 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2010-09-27 05:43:08 +00:00
parent a7815b4268
commit 51fdf9d701
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class fullCallingPipeline extends QScript {
this.intervals = qscript.pipeline.getProject.getIntervalList
this.jarFile = qscript.gatkJar
this.reference_sequence = qscript.pipeline.getProject.getReferenceFile
this.memoryLimit = Some(2)
this.memoryLimit = Some(4)
}