From 11bf2a53f15b01b61a9b9942f1c7de5480b31bb1 Mon Sep 17 00:00:00 2001 From: Jules Jacobsen Date: Thu, 10 Aug 2017 09:27:19 +0100 Subject: [PATCH] Upped wrong Xmx2g value to Xmx4g in README to prevent Java OutOfMemoryError in linux shell script example. --- exomiser-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exomiser-cli/README.md b/exomiser-cli/README.md index d1b868a3b..f496fd394 100644 --- a/exomiser-cli/README.md +++ b/exomiser-cli/README.md @@ -47,7 +47,7 @@ The following shell script should work- #run a test genomiser analysis cd exomiser-cli-${project.version} - java -Xms2g -Xmx2g -jar exomiser-cli-${project.version}.jar --analysis examples/test-analysis-exome.yml + java -Xms2g -Xmx4g -jar exomiser-cli-${project.version}.jar --analysis examples/test-analysis-exome.yml This script will download, verify and extract the exomiser files and then run the analysis contained in the file 'test-analysis-exome.yml' from the examples sub-directory. This contains a known pathogenic missense variant in the FGFR2 gene.