Skip to content

Commit

Permalink
increase robot memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Clare72 committed Oct 6, 2023
1 parent 6bd1394 commit 606bea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ontology/VFB_scRNAseq-odk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repo: vfb-scRNAseq-ontology
robot_report:
custom_profile: TRUE
fail_on: ERROR
robot_java_args: '-Xmx20G'
robot_java_args: '-Xmx32G'
use_dosdps: FALSE
edit_format: owl
export_formats:
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ -n "$TAG_IN_IMAGE" ]; then
ODK_IMAGE=$(echo $ODK_IMAGE | awk -F':' '{ print $1 }')
fi
ODK_TAG=${ODK_TAG:-latest}
ODK_JAVA_OPTS=${ODK_JAVA_OPTS:--Xmx20G}
ODK_JAVA_OPTS=${ODK_JAVA_OPTS:--Xmx32G}
ODK_DEBUG=${ODK_DEBUG:-no}

TIMECMD=
Expand Down

0 comments on commit 606bea7

Please sign in to comment.