Skip to content

Commit

Permalink
try travis trusty beta with higher memory
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Sep 22, 2016
1 parent 77912ce commit 25768dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .jvmopts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# see https://weblogs.java.net/blog/kcpeppe/archive/2013/12/11/case-study-jvm-hotspot-flags
-Dfile.encoding=UTF8
-Xms1G
-Xmx3G
-Xmx6G
-XX:MaxPermSize=512M
-XX:ReservedCodeCacheSize=250M
-XX:+TieredCompilation
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: scala

sudo: required

dist: trusty

git:
depth: 9999

Expand Down

0 comments on commit 25768dd

Please sign in to comment.