This environment variable allows the network administrator to set the
maximum queue length for the reservation group on the License Manager computer
on which the variable is set. It can also override queuing preferences
set in the application. Here are its possible values:
- If not set, then the
application dictates whether the user is placed in the group queue.
- Greater than zero: specifies
the maximum number of users that can be in the group queue.
- Set to less than zero:
enables license queuing, even if the application’s default is not to place
the user in a group queue.
- Set to zero: disables
group license queuing for this License Manager.
For example:
Windows |
SET LS_MAX_GROUP_QLEN=15 |
Tells the License Manager to stop placing users in the group queue when the queue has 15 users |
UNIX |
export LS_MAX_GROUP_QLEN=15 |