We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110bc08 commit 8d2adfcCopy full SHA for 8d2adfc
.circleci/config.yml
@@ -14,6 +14,7 @@ orbs:
14
working_directory: ~/repo
15
environment:
16
SBT_VERSION: 1.3.8
17
+ SBT_OPTS: -Xmx512m
18
commands:
19
setup:
20
description: Setup for sbt build
.sbtopts
@@ -3,4 +3,3 @@
3
-J-XX:+CMSClassUnloadingEnabled
4
-J-XX:MaxMetaspaceSize=256m
5
-J-XX:ReservedCodeCacheSize=128m
6
--J-Xmx512m
0 commit comments