Can you tell me how is it possible to start mongodb in an isolated enviroment with limited resources?
Mongod keeps filling all my RAM so I would like to restrict it.
I am thinking about a linux container like LXC.
Can you give me an example of how to do that?
Thanks