Questo contenuto non è disponibile nella lingua selezionata.
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 setcommand 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