mirror of https://github.com/facebook/rocksdb.git
[travis CI] Run ulimit -n 2000
Summary: This should let us pass tests on OS X. Test Plan: none yet Reviewers: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D46989
This commit is contained in:
parent
2b683d4972
commit
d93a9f2aaf
|
@ -16,6 +16,7 @@ matrix:
|
|||
before_script:
|
||||
- if [ -n "${COMPILER}" ]; then CXX=${COMPILER}; fi
|
||||
- if [[ $(uname -s) == 'Darwin' ]]; then brew install gflags snappy; fi
|
||||
- ulimit -n 2000 || true
|
||||
|
||||
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
|
||||
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
|
||||
|
|
Loading…
Reference in New Issue