开发者

mongodb install - requirements?

开发者 https://www.devze.com 2023-01-14 16:52 出处:网络
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

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

精彩评论

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