Issue with mongodb document limit -
i using mongodb 3.0.2 , when run "top" command : > db.runcommand( { top: 1 } ) i got following error message: 2015-06-01t16:36:52.886+0900 e query error: error: { "$err" : "bsonobj size: 46060490 (0x2bed3ca) invalid. size must between 0 , 16793600(16mb)", "code" : 10334 } @ error () @ dbquery.next (src/mongo/shell/query.js:259:15) @ dbcollection.findone (src/mongo/shell/collection.js:189:22) @ db.runcommand (src/mongo/shell/db.js:58:41) @ (shell):1:4 @ src/mongo/shell/query.js:259 it means can't monitor longer, doesn't it? can guys show me way out, please. some additional info: db size: 143.996gb - wiredtiger enable. replication set enable. no profiling.