mongodb 3.2配置内存缓存大小为MB/MongoDB 3.x内存限制配置
原创文章,转载请注明: 转载自 勤奋的小青蛙 本文链接地址: mongodb 3.2配置内存缓存大小为MB/MongoDB 3.x内存限制配置 mongodb占用内存非常高,这是因为官方为了提升存储的效率,设计就这么设计的。 但是大部分的个人开发者所购买的服务器内存并没有那么大,所以,我们需要配置下MongoDB的内存缓存大小,不然mongodb会占用非常多。 官方的配置缓存项处文档 是这么解释的: WiredTiger Options --wiredTigerCacheSizeGB number New in version 3.0. Defines the maximum size of the internal cache that WiredTiger will use for all data. With WiredTiger, MongoDB utilizes both the WiredTiger internal cache and the filesystem cache. Changed in version 3.2: Starting in MongoDB 3.2, the WiredTiger internal cache, by default, will use the larger of either: 60% of RAM minus 1 GB,