开发者

mongodb install - requirements?

Anyone know how much disk space and ram a standa开发者_Python百科rd ubuntu install on mongo needs? trying to map out my VPS needs ...


There are no minimum requirements as such, but I wouldn't recomend running Mongo on the same box as your webserver.

MongoDB automatically uses all free memory on the machine as its cache
(http://docs.mongodb.org/manual/faq/fundamentals/#does-mongodb-require-a-lot-of-ram)

This, along with the reasons mentioned in this answer (albeit for RDBMS) makes running mongodb on a separate box (even a small one) a much better idea.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜