I came across the Javadoc of DBCursor in the MongoDB Java driver (http://api.mongodb.org/java/2.6/com/mongodb/DBCursor.html#batchSize(int)). There it is mention that the maximum batch size overall is 4mb.
Is this related to MongoDB or can this be configured somewhere?