LOCKS_PER_FILE

This value determines the maximum number of record locks that can be held on a file by a single process. This value affects only the files that are maintaining multiple record locks. The default setting is "10". The maximum value is 32767 for Vision files. Setting this variable to its maximum value can waste resources and is not recommended.

Note:

If you increase the value of LOCKS_PER_FILE, you may wish to increase the value of MAX_LOCKS as well.