Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Try to increase xmx on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Feb 19, 2017
1 parent 1108cf3 commit 5c2ec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
env:
global:
- GOGS_DIR=/home/travis/gogs
- JAVA_OPTS=-Xmx2048m -XX:MaxPermSize=256m
- JAVA_OPTS=-Xmx3072m -XX:MaxPermSize=256m
jdk:
- oraclejdk8
script: ./gradlew check --info --stacktrace
Expand Down

0 comments on commit 5c2ec70

Please sign in to comment.