Skip to content

Commit 8d2adfc

Browse files
committed
Moving sbt memory limit to CircleCI config.
1 parent 110bc08 commit 8d2adfc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ orbs:
1414
working_directory: ~/repo
1515
environment:
1616
SBT_VERSION: 1.3.8
17+
SBT_OPTS: -Xmx512m
1718
commands:
1819
setup:
1920
description: Setup for sbt build

.sbtopts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
-J-XX:+CMSClassUnloadingEnabled
44
-J-XX:MaxMetaspaceSize=256m
55
-J-XX:ReservedCodeCacheSize=128m
6-
-J-Xmx512m

0 commit comments

Comments
 (0)