I am undergoing testing with 64-bit MongoDB. If I configured large size backups then the MongoDB utilization seems to be high. Is there any possibility to reduce the memory utilization by MongoDB. I want your reply please so it would be helpful.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Do you mean memory usage or disk space? If you are really talking about memory, then Mongo stores its data in memory-mapped files, giving the illusion of massive memory usage. You will find more information here: http://www.mongodb.org/display/DOCS/Checking+Server+Memory+Usage |
||||
|
|
For Windows it seems possible to control the amount of memory MongoDB uses, see this tutorial at Captain Codeman: |
|||
|
|