About startup, mmap, mlock and --force-preread
As it was mentioned in article “ Indexes load at startup ” now all the indexes (attributes and word lists files) are not physically loaded into RAM, but memory-mapped instead. It allows to bring them up much faster on startup, but also has …