Skip to content

Commit

Permalink
Improving CI memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Dec 29, 2021
1 parent 6e7e406 commit 52b4ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
username: $DOCKERHUB_USER
password: $DOCKERHUB_PASSWORD
environment:
JVM_OPTS: -Xmx1024m
JAVA_TOOL_OPTIONS: -XX:MaxRAMPercentage=90.0
TERM: dumb
working_directory: /tmp

Expand Down

0 comments on commit 52b4ef5

Please sign in to comment.