Skip to content

Commit

Permalink
Try using the -mem flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaJCB committed Oct 15, 2020
1 parent a7df172 commit 3427dd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Expand Up @@ -5,7 +5,6 @@ _defaults: &defaults
docker_layer_caching: false
working_directory: ~/repo
environment:
SBT_OPTS: -Xmx3000m
TERM: dumb

workflows:
Expand Down Expand Up @@ -97,7 +96,7 @@ jobs:

- run:
name: Release snapshot version
command: cat /dev/null | sbt ci-release
command: cat /dev/null | sbt -mem 7000 ci-release


publish-snapshot:
Expand All @@ -111,4 +110,4 @@ jobs:

- run:
name: Release tagged version
command: cat /dev/null | sbt ci-release
command: cat /dev/null | sbt -mem 7000 ci-release

0 comments on commit 3427dd0

Please sign in to comment.