-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
Query Execution
-
(copied to CRM)
On some complex aggregations users get back:
exception: BufBuilder attempted to grow() to 67108876 bytes, past the 64MB limit. Mongo Server error (MongoCommandException): Command failed with error 13548: 'BufBuilder attempted to grow() to 67108876 bytes, past the 64MB limit.' on server localhost:27017. { "ok" : 0.0, "errmsg" : "BufBuilder attempted to grow() to 67108876 bytes, past the 64MB limit.", "code" : NumberInt(13548), "codeName" : "Location13548" }
This is very opaque. It would be nice to provide a nicer error message that at least gives them an idea of where to start looking.