Skip to content
Snippets Groups Projects
Unverified Commit d752181f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Dockerfile: increase Xmx of java tools

parent eae6b0e2
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,4 @@ ENV GATK_VERSION=3.8.0
RUN echo "#\!/bin/sh\njava -jar /usr/GenomeAnalysisTK.jar \$@" > /bin/gatk3
RUN chmod +x /bin/gatk3
RUN sed -i 's/java/java -Xmx40g/g' /bin/gatk3
......@@ -12,4 +12,4 @@ PicardCommandLine)
;;
esac
exec java -Xmx12g ${JAVA_OPTIONS-} -jar /usr/share/java/picard.jar "$@"
exec java -Xmx40g ${JAVA_OPTIONS-} -jar /usr/share/java/picard.jar "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment