在我的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]
我没有找到任何解决方案。有什么帮助吗?谢谢
发布于 2013-05-12 19:03:38
你的错误在哪里?这只是一个警告,你不应该在32位机器上使用Mongo,因为那样存储大小的限制是2 GB。只需阅读你已经拥有的链接中的文章。
https://stackoverflow.com/questions/16506651
复制相似问题