Lucas Lersch
2016-08-29 07:15:04 UTC
leveldb mmaps up to 1000 files according to the posix environment. If each
file is 2MB, that means that leveldb consumes up to 2GB of memory with
mmap. Why the choice for mmap? Why not spending this 2GB in the block_cache?
file is 2MB, that means that leveldb consumes up to 2GB of memory with
mmap. Why the choice for mmap? Why not spending this 2GB in the block_cache?
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.