rocksdb/port/win
Igor Canadi ac9bcb55ce Set max_open_files based on ulimit
Summary: We should never set max_open_files to be bigger than the system's ulimit. Otherwise we will get "Too many open files" errors. See an example in this Travis run: https://travis-ci.org/facebook/rocksdb/jobs/79591566

Test Plan:
make check

I will also verify that max_max_open_files is reasonable.

Reviewers: anthony, kradhakrishnan, IslamAbdelRahman, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D46551
2015-09-10 10:49:28 -07:00
..
env_win.cc Make WinEnv::NowMicros return system time 2015-09-02 11:12:07 -07:00
port_win.cc Set max_open_files based on ulimit 2015-09-10 10:49:28 -07:00
port_win.h Set max_open_files based on ulimit 2015-09-10 10:49:28 -07:00
win_logger.cc Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00
win_logger.h Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00