[Notice] Announcing the End of Demo Server [Read me]
env: Fix wrong jvm option in .travis.yml
@4749b92cb77fd8ba7662cf4b0c8779a16b8db171
--- .travis.yml
+++ .travis.yml
... | ... | @@ -7,6 +7,6 @@ |
7 | 7 |
before_script: |
8 | 8 |
- wget http://downloads.typesafe.com/typesafe-activator/${ACTIVATOR_VERSION}/${ACTIVATOR_ZIP_FILE} |
9 | 9 |
- unzip -q ${ACTIVATOR_ZIP_FILE} |
10 |
- - set SBT_OPTS= -Xms256m Xmx52m -XX:MaxPermSize=512m |
|
10 |
+ - set SBT_OPTS= -Xms256m -Xmx512m |
|
11 | 11 |
script: |
12 | 12 |
- activator-${ACTIVATOR_VERSION}-minimal/activator compile |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?