Skip to content

Commit

Permalink
fix travis OOME by adding memory related java env options
Browse files Browse the repository at this point in the history
  • Loading branch information
seut committed Dec 5, 2014
1 parent ab1aad3 commit 7ad8102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: java
jdk:
- openjdk7

env:
global:
_JAVA_OPTIONS="-Xmx512m -XX:MaxPermSize=128m -XX:MaxDirectMemorySize=512m"
notifications:
email: false

Expand Down

0 comments on commit 7ad8102

Please sign in to comment.