Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

3 Answers

up vote 1 down vote accepted

Is it ideal that MongoDB is using 150 MB memory?

share|improve this answer
Hi Andreas Jung,This makes sense to me..Thanks a lot.. – sampathkumar Feb 17 '11 at 6:02

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

share|improve this answer
I meant for memory usage.K thanks for your kind attention on my question and replied to it.. – sampathkumar Feb 16 '11 at 15:33

For Windows it seems possible to control the amount of memory MongoDB uses, see this tutorial at Captain Codeman:

Limit MongoDB memory use on Windows without Virtualization

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.