安装mongodb时出错

时间:2013-05-12 11:00:26

标签: mongodb

我在windows7系统上安装mongodb时遇到此错误。

C:>mongodb\bin\mongo.exe
MongoDB shell version: 2.4.3
connecting to: test
Server has startup warnings:
Sun May 12 16:19:51.162 [initandlisten]
Sun May 12 16:19:51.162 [initandlisten] ** NOTE: This is a 32 bit MongoDB binary
.
Sun May 12 16:19:51.163 [initandlisten] ** 32 bit builds are limited to le
ss than 2GB of data (or less with --journal).
Sun May 12 16:19:51.163 [initandlisten] ** Note that journaling defaults t o off for 32 bit and is currently off.
Sun May 12 16:19:51.163 [initandlisten] ** See http://dochub.mongodb.org/core/32bit
Sun May 12 16:19:51.164 [initandlisten]

我没有找到任何解决方案。有帮助吗?谢谢

1 个答案:

答案 0 :(得分:2)

您的错误在哪里?这只是一个警告,您不应该在32位计算机上使用Mongo,因为存储大小限制为2 GB。只需阅读您已有的链接中的文章。