Skip to content

Instantly share code, notes, and snippets.

@omartrigui
Created April 25, 2018 11:29
Show Gist options
  • Save omartrigui/c07d83afca0e2c100ab3e87aee86a6e4 to your computer and use it in GitHub Desktop.
Save omartrigui/c07d83afca0e2c100ab3e87aee86a6e4 to your computer and use it in GitHub Desktop.
Override the default 32MB limit on an in-memory sort - MongoDB
> 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