NoSQL: Limit MongoDB memory use on Windows without Virtualization

| | bookmark | email

Limit MongoDB memory use on Windows without Virtualization

If you are using MongoDB on a dedicated server then you generally want it to use all the memory it can but if you want to use it on a server shared with other processes then you will want to put a cap on how much it uses to ensure memory is kept available for the other processes. So is it possible if you are not on a virtualized environment? Yes and we'll explore how

tags:MongoDB

via NoSQL databases