Details
-
Improvement
-
Status: Closed
-
Trivial - P5
-
Resolution: Fixed
-
None
-
None
Description
The error message doesn't tell the user what they need to do to remedy the situation.
> db.tweets.aggregate({$match: {}});
|
{
|
"errmsg" : "exception: BufBuilder attempted to grow() to 134217728 bytes, past the 64MB limit.",
|
"code" : 13548,
|
"ok" : 0
|
}
|