Skip to content

Commit

Permalink
Restore memory limit for run.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Oct 28, 2023
1 parent 7b5f896 commit 83261c8
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 @@ -3,4 +3,4 @@
# Any updates to the odkfull version MUST be coordinated with geneontology/pipeline.
# When updating the odkfull version, remember to also update the GitHub Actions workflows.

docker run -m 32g -v $PWD/../../:/work -w /work/src/ontology --rm -ti obolibrary/odkfull:v1.4 "$@"
docker run -m 12g -v $PWD/../../:/work -w /work/src/ontology --rm -ti obolibrary/odkfull:v1.4 "$@"

1 comment on commit 83261c8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a diff of how these changes impact the classified ontology:

Ontologies are identical

CML watermark

Please sign in to comment.