3.3. Setting the Number of Locks Using the Command Line

To set the number of locks using the command line:
  1. Use the dsconf backend config set command to update the number of locks. For example, to set the value to 20000:
    # dsconf -D "cn=Directory Manager" ldap://server.example.com backend config set --locks=20000
  2. Restart the Directory Server instance:
    # dsctl instance_name restart