Skip to content

Commit

Permalink
Try even larger ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Mar 23, 2016
1 parent cc3a409 commit be6c7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ install:
- sudo apt-get -qq install libexpat1-dev libyaml-dev libpam0g-dev libsqlite3-dev

before_script:
- ulimit -n 2048
- ulimit -n 15000
- mkdir "$PWD/ebin"
- echo "[{riak_kv, [{add_paths, [\"$PWD/ebin/\"]}]}]." > advanced.config
- sudo mv advanced.config /etc/riak/advanced.config
Expand Down

0 comments on commit be6c7df

Please sign in to comment.