setting the wiredTigerEngineRuntimeConfig string in the shell, at the command line or in a config file does not change the config string when viewed through getParameter.
> db.adminCommand( { setParameter : 1, "wiredTigerEngineRuntimeConfig" : "cache_size=2GB" }) { "was" : "", "ok" : 1 } > db.adminCommand( { getParameter : "1", wiredTigerEngineRuntimeConfig : 1 } ) { "wiredTigerEngineRuntimeConfig" : "", "ok" : 1 }
- related to
-
SERVER-88645 Data race in accessing ServerParameter
- Closed
-
SERVER-29290 Report all current configuration options for mongod, including those set dynamically
- Backlog
-
SERVER-16019 Add special WT_CONNECTION::reconfigure command
- Closed