26 May, 2012
Limiting MongoDB memory usage on Windows 2008 Server
Posted by: Peter In: Windows Server
By default MongoDB tries to memory map as much as possible of the database file. Given a fairly big database, this will consume all your memory. If MongoDB is running on a dedicated server this is totally fine, but when running on a shared server this will cause unnecessary swapping for your other applications. At [...]