Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Created February 4, 2020 17:18
Show Gist options
  • Save cnmoro/ed164520db1652592dc30bc2ca80aae0 to your computer and use it in GitHub Desktop.
Save cnmoro/ed164520db1652592dc30bc2ca80aae0 to your computer and use it in GitHub Desktop.
Mongo Aumentar Mem para Indexing
db.adminCommand( { setParameter: 1, maxIndexBuildMemoryUsageMegabytes: 70000 } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment