iwind/rockmongo

(Fix) Problem to open a collection in a db with 1023.75m

Closed this issue · 0 comments

127.0.0.1:27017: BSONObj size: -286331154 (0xEEEEEEEE) is invalid. Size must be between 0 and 16793600(16MB) First element: __v: 0 

The problem is I am using a 32 bits, I need to change to 64 bits data base.

{ [MongoError: exception: can't map file memory - mongo requires 64 bit build for larger datasets]
name: 'MongoError',
errmsg: 'exception: can't map file memory - mongo requires 64 bit build for larger datasets',
code: 10084,
ok: 0 }
MongoError: exception: can't map file memory - mongo requires 64 bit build for larger datasets