Mongo WiredTiger Concurrency Tickets Available

If it’s not enough and the internal queue grows very fast – change the Wiredtiger limit of concurrent transaction

db.adminCommand( { setParameter: 1,
   wiredTigerConcurrentReadTransactions: xx } )
db.adminCommand( { setParameter: 1,
   wiredTigerConcurrentWriteTransactions: xx } )
  1. No comments yet.

  1. No trackbacks yet.

You must be logged in to post a comment.