[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2018-07-15
env: Fix wrong jvm option in .travis.yml
@4749b92cb77fd8ba7662cf4b0c8779a16b8db171
.travis.yml
--- .travis.yml
+++ .travis.yml
@@ -7,6 +7,6 @@
 before_script:
   - wget http://downloads.typesafe.com/typesafe-activator/${ACTIVATOR_VERSION}/${ACTIVATOR_ZIP_FILE}
   - unzip -q ${ACTIVATOR_ZIP_FILE}
-  - set SBT_OPTS= -Xms256m Xmx52m -XX:MaxPermSize=512m
+  - set SBT_OPTS= -Xms256m -Xmx512m
 script:
   - activator-${ACTIVATOR_VERSION}-minimal/activator compile
Add a comment
List