What is the method to configure the cache size in mongodb?
Answer Posted / Shah Faisal Khan
To configure the cache size in MongoDB, you can set the `storage.wiredTiger.collectionConfig.cacheSizeMB` option in the configuration file or use command-line options like `--wiredTigerCacheCollection`. The cache size can also be adjusted dynamically during runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers