[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LMDB database size



* Markus Doppelbauer:

> Is it possible to "mmap()" a 20 GB database into the RAM?

As far as I understand it, LMDB has no paging layer on its own, so it
needs 20 GB of address space.  So you need a 64-bit architecture and a
system which has not got artificial limits on virtual address space
(as some hosting environments have).