Is it possible to configure the cache size for mmapv1 in mongodb?
Answer Posted / Rupali Sachan
Yes, it is possible to configure the cache size for mmapv1 storage engine in MongoDB. You can set the cache size limit using the `--cache-sizeGB` option at startup or by modifying the `storage.mmapv1.fileMapSize` setting in the configuration file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers