Skip to content

Commit

Permalink
Configure CI file limits
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed Apr 29, 2020
1 parent c11e049 commit fa2bab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ blocks:
jobs:
- name: Build & Test
commands:
# configure file limits
- ulimit -S -n 1024000
- echo "fs.file-max = 1024000" | sudo tee -a /etc/sysctl.conf
- sem-version java 11
- checkout
- cache restore maven
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- export M2_HOME=$PWD/apache-maven-3.6.3
- export PATH=$M2_HOME/bin:$PATH
script:
- echo "fs.file-max = 1024000" | sudo tee -a /etc/sysctl.conf
- mvn scoverage:report
cache:
directories:
Expand Down

0 comments on commit fa2bab3

Please sign in to comment.