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

Picard: increase java default memory

parent c2fd8aa4
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ PicardCommandLine)
;;
esac
exec java ${JAVA_OPTIONS-} -jar /usr/share/java/picard.jar "$@"
exec java -Xmx12g ${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