Ce contenu n'est pas disponible dans la langue sélectionnée.
3.3. Setting the Number of Locks Using the Command Line
To set the number of locks using the command line:
- Use the
dsconf backend config set
command to update the number of locks. For example, to set the value to20000
:dsconf -D "cn=Directory Manager" ldap://server.example.com backend config set --locks=20000
# dsconf -D "cn=Directory Manager" ldap://server.example.com backend config set --locks=20000
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart the Directory Server instance:
dsctl instance_name restart
# dsctl instance_name restart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow