Michael
unread,Nov 1, 2010, 4:28:42 AM11/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Hi all,
I run mongodb on 32 bit Windows XP. When I inserted 200W documents
in my collection pmhis_errcode_1,and then I run command on shell, I
always get folling errors.
> db.portesreport.drop()
Mon Nov 01 16:26:21 uncaught exception: drop failed: {
"assertion" : "can't map file memory - mongo requires 64 bit
build for l
arger datasets",
"assertionCode" : 10084,
"errmsg" : "db assertion failure",
"ok" : 0
}
> show collections
Mon Nov 01 16:26:42 uncaught exception: error: {
"$err" : "can't map file memory - mongo requires 64 bit build
for larger
datasets",
"code" : 10084
besides, I sharding my collection, it seems like my database file has
corruptd. Any help, Thanks.
> db.printShardingStatus();
--- Sharding Status ---
sharding version: { "_id" : 1, "version" : 3 }
shards:
{ "_id" : "shard0000", "host" : "localhost:10000" }
{ "_id" : "shard0001", "host" : "localhost:10001" }
{ "_id" : "shard0002", "host" : "localhost:10002" }
{ "_id" : "shard0003", "host" : "localhost:10003" }
databases:
{ "_id" : "admin", "partitioned" : false, "primary" :
"config" }
{ "_id" : "tutorial", "partitioned" : true, "primary" :
"shard0000" }
tutorial.pmhis chunks:
tutorial.pmhis_errcode_1 chunks:
tutorial.pmhis_optpower_1 chunks:
{ "_id" : "tmp", "partitioned" : false, "primary" :
"shard0001" }
{ "_id" : "countmap1", "partitioned" : false, "primary" :
"shard0000" }
{ "_id" : "toturial", "partitioned" : false, "primary" :
"shard0001" }