How to set wiredTigerEngineRuntimeConfig eviction=(threads_min=6) to mongod.conf?

User the setParameter option in the configuration file:

setParameter:
  wiredTigerEngineRuntimeConfig: eviction=(threads_min=6,threads_max=12)
2 Likes