I have following configuration in mongod.conf file
storage:
dbPath: /data/mongodb
journal:
enabled: true
wiredTiger:
engineConfig:
wiredTigerConcurrentReadTransactions: 512
wiredTigerConcurrentWriteTransactions: 512
but this is not working and showing error “Unrecognized option: storage.wiredTiger.engineConfig.wiredTigerConcurrentReadTransactions”, indentation is correct, please help to resolve the issue.