11-13-2017 05:13 AM
Hi, I am having complex hierarchy of document up to 20 levels. And more than 1lakh of document. While I am accessing inner most level of document getting error.
** com.mongodb.MongoQueryException: Query failed with error code 96 and error message 'errmsg: "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."' on server hydprdmsdb4:27020**
Can any one solve this.
11-30-2017 08:48 AM
Hi,
You can do, for example for 50MB blocking sort:
> mongo <your-server-and-port>
> use admin
> db.adminCommand({setParameter: 1, internalQueryExecMaxBlockingSortBytes:50151432})
Regards, VS.
11-30-2017 09:55 PM
Hi,
12-01-2017 03:57 AM
Please, check your mongodb parameters after changes and verify about internalQueryExecMaxBlockingSortBytes param.
12-04-2017 04:36 AM
Hi,
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.