-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit. #258
Comments
I am not sure. You might need to change your monk configuration or give it more memory. |
Hi @markstory, yes you are right. It helped:
I think will be good to add this case to the README |
Can you please help me solving this issue? which appears when I use the following code db.adminCommand({setParameter: 1, internalQueryExecMaxBlockingSortBytes:100151432}) This is the error I received { |
Hi @jaimin-nimble |
@jaimin-nimble # grant root role
db.grantRolesToUser('YourAdminUser', [{role: "root", db: "admin"}] )
# examin the roles
show users You can find the details on the discussion in stackoverflow |
I faced the same issue, we created the indexes for the columns in mongodb which resolves our issue . |
@HarishKumarGudivada could you please share what indexes on which columns? |
use index on your sorted field |
Hi, and thanks for the amazing tool!
But unfortunately I have the issue with large requests.
The stack trace:
Does exists any way to pass through it?
The text was updated successfully, but these errors were encountered: