Created
April 25, 2018 11:29
-
-
Save omartrigui/c07d83afca0e2c100ab3e87aee86a6e4 to your computer and use it in GitHub Desktop.
Override the default 32MB limit on an in-memory sort - MongoDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> use admin | |
> db.adminCommand({setParameter: 1, internalQueryExecMaxBlockingSortBytes:100151432}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment