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
- Restart the Directory Server instance:
# dsctl instance_name restart