Is there anything that can limit the use of the mongodb processor?

I have a mongo db using only one set and consuming an average cpu of 100%, how can I limit its resources?

Note: I have a Core 2 Quad processor running on centos

+3
source share
1 answer

Most likely, there are no indexes; make sure you look through the indexing section of the PHP tutorial .

+5
source

All Articles