To create a new group or edit an existing group, enter the following information into the form.
Group | The name of the group. |
Subgroups | The names of any groups that are included in the group. |
Users | The names of any users that are members of the group. |
Maximum number of results returned per server request. | This is equivalent to the MaxScanRows field in the p4 group form. MaxScanRows limits the rows of data considered and prevents the server from making large-scale scans. By default, this field is unlimited. If you must set this field, useful values are typically above 50000. |
Maximum number of database rows scanned per server request. | This is equivalent to the MaxResults field in the p4 group form. MaxResults limits the rows of resulting data buffered and prevents the server from using excessive memory. By default, this field is unlimited. If you must set this field, useful values are typically above 10000. |
Maximum lock time of database tables per server request (msec). | This is equivalent to the MaxLockTime field in the p4 group form, and is specified in milliseconds. MaxLockTime limits the amount of time spent during data scans to prevent the server from locking tables for too long. By default, this field is unlimited. If you must set this field, useful values are typically between 1000 and 30000 (10 seconds to 30 seconds). |
Duration before login session times out | This is equivalent to the Timeout field in the p4 group form, but is specified in days, hours, minutes, and seconds, rather than in seconds. |