Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase maximum number of read-only mmap()s used from 1000 to 4096 o…
…n 64 bit systems. By default LevelDB will only mmap() up to 1000 ldb files for reading and then fall back to using file desciptors. The typical linux system has a 'vm.max_map_count = 65530', so mapping only 1000 files seems arbitarily small. Increase this value to another arbitrarily small value, 4096.
- Loading branch information