I have a MongoDB collection backup containing many small documents. The back up was produced by mongodump
, but when I try to import it using mongorestore
I get an error:
AssertionException handling request, closing client connection: 10334 BSONObj size: 18039019 (0x11340EB) is invalid. Size must be between 0 and 16793600(16MB)
I'm running MongoDB version 3.0.3 (from trunk).