Skip to content

Commit

Permalink
Merge pull request #89 from alliance-genome/SCRUM-2820
Browse files Browse the repository at this point in the history
Removed memory limit
  • Loading branch information
oblodgett authored Oct 4, 2023
2 parents 0d9135e + 7c10d49 commit 505fe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ EXPOSE 8080

# Set default env variables for local docker application execution

CMD ["java", "-Xmx6g", "-jar", "agr_chipmunk-runner.jar"]
CMD ["java", "-jar", "agr_chipmunk-runner.jar"]

0 comments on commit 505fe84

Please sign in to comment.