Skip to content

Commit ac86490

Browse files
committed
Upped number of open files allowed.
1 parent 59045f1 commit ac86490

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ before_script:
1010
- "echo $JAVA_OPTS"
1111
- "export JAVA_OPTS=-Xmx1024m"
1212
- "echo $JAVA_OPTS"
13+
- "ulimit -a"
14+
- "ulimit -u 2048"
15+
- "ulimit -a"
1316

1417
script:
1518
- "target/travis/deploy-if.sh"

0 commit comments

Comments
 (0)