MongoDB has no configurable cache. MongoDB uses all free memory on the system automatically by way of memory-mapped files. Operating systems use the same approach with their file system caches.

mongodb 不可以配置缓存, MongoDB会自动使用操作系统的所有可用内存,方法是同步内存映射文件的方式。操作系统也是使用相同的方法,。