Skip to content

Commit

Permalink
Specify SBT memory settings, fixes #294
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Nov 27, 2019
1 parent 01c352e commit 4e36cb4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Expand Up @@ -7,10 +7,13 @@ scala:
- 2.12.8

env:
- SCALAENV=jvm
- SCALAENV=js
- SCALAENV=all
- G4SBUILD=docs
global:
- SBT_OPTS="-XX:MaxMetaspaceSize=512m -Xms2048m -Xmx2048m -Xss64m"
jobs:
- SCALAENV=jvm
- SCALAENV=js
- SCALAENV=all
- G4SBUILD=docs

matrix:
exclude:
Expand All @@ -26,7 +29,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 4e36cb4

Please sign in to comment.