setParameter
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
setParameter
setParameter
is an administrative command for modifying options normally set on the command line. You must issue thesetParameter
command against the admin database in the form:db.adminCommand( { setParameter: 1, <parameter>: <value> } ) For the available parameters, including examples, see MongoDB Server Parameters.