Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Oct 2, 2020
1 parent bcc5a1a commit 3b4d2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# we therefore map the whole repo (../..) to a docker volume.
#
# See README-editors.md for more details.
docker run -v $PWD/../../:/work -w /work/src/ontology --memory=8g -e ROBOT_JAVA_ARGS='-Xmx8G' -e JAVA_OPTS='-Xmx8G' --rm -ti obolibrary/odkfull "$@"
docker run -v $PWD/../../:/work -w /work/src/ontology --memory=13g -e ROBOT_JAVA_ARGS='-Xmx13G' -e JAVA_OPTS='-Xmx13G' --rm -ti obolibrary/odkfull "$@"

0 comments on commit 3b4d2d0

Please sign in to comment.