mongodb install-要求? [英] mongodb install - requirements?

查看:48
本文介绍了mongodb install-要求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道在mongo上需要安装标准ubuntu多少磁盘空间和ram吗?试图找出我的VPS需求...

Anyone know how much disk space and ram a standard ubuntu install on mongo needs? trying to map out my VPS needs ...

推荐答案

没有最低要求,但是我不建议在与您的Web服务器相同的机器上运行Mongo.

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

MongoDB自动将计算机上的所有可用内存用作其缓存
( http://docs. mongodb.org/manual/faq/fundamentals/#does-mongodb-require-a-lot-of-ram )

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)

这以及此答案(尽管是RDBMS)中提到的原因,使得在单独的框上运行mongodb(甚至是一个很小的主意,一个更好的主意.

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.

这篇关于mongodb install-要求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆