Skip to content

Instantly share code, notes, and snippets.

@mingfang
Created August 27, 2014 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingfang/2db1c24c52eb08908bb0 to your computer and use it in GitHub Desktop.
Save mingfang/2db1c24c52eb08908bb0 to your computer and use it in GitHub Desktop.
Resize capped collection
db.runCommand({"convertToCapped": "log", size: 1000000000});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment