Skip to content

Commit

Permalink
Specify additional SBT memory settings, fixes #294
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Nov 28, 2019
1 parent 01c352e commit 95e52e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .jvmopts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Cats jvmopts see https://weblogs.java.net/blog/kcpeppe/archive/2013/12/11/case-study-jvm-hotspot-flags
-Dfile.encoding=UTF8
-Xms1G
-Xms2G
-Xmx6G
-Xss64m
-XX:MaxMetaspaceSize=512M
-XX:ReservedCodeCacheSize=250M
-XX:+TieredCompilation
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ before_install:
openssl aes-256-cbc -K $encrypted_88322e86f6b6_key -iv $encrypted_88322e86f6b6_iv -in secring.gpg.enc -out secring.gpg -d;
fi
- export PATH=${PATH}:./vendor/bundle
- export SBT_JAVA_OPT=-J-Xss64m

install:
- rvm use 2.3.8 --install --fuzzy
Expand Down

0 comments on commit 95e52e7

Please sign in to comment.