Up default max-open-files

pull/738/head
Paul Dix 2014-07-15 15:22:40 -04:00
parent 4f0e6f1503
commit 3fc281eccd
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ lru-cache-size = "200m"
# Maximum mmap open files, this will affect the virtual memory used by
# the process
max-open-files = 40
max-open-files = 1000
# LRU cache size, LRU is used by rocksdb to store contents of the
# uncompressed sstables. You can use `m` or `g` prefix for megabytes
@ -123,7 +123,7 @@ lru-cache-size = "200m"
# Maximum mmap open files, this will affect the virtual memory used by
# the process
max-open-files = 40
max-open-files = 1000
# LRU cache size, LRU is used by rocksdb to store contents of the
# uncompressed sstables. You can use `m` or `g` prefix for megabytes