Skip to content

Commit

Permalink
Upped wrong Xmx2g value to Xmx4g in README to prevent Java OutOfMemor…
Browse files Browse the repository at this point in the history
…yError in linux shell script example.
  • Loading branch information
julesjacobsen committed Aug 10, 2017
1 parent ce6326e commit 11bf2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exomiser-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 11bf2a5

Please sign in to comment.