The default values for Client/Server connections to the Primary Login Broker are:
Maximum Number of Clients Per Server (-Ma): 5
Maximum Number of Servers (-Mn): 4
The default value for the Total database connections is:
Maximum Number of Users (-n): 20
When changing the Total database connections (-n), either:
- Increase -n so that it is at least a multiple of 5 (default for -Ma) x 4 (default for -Mn)
- Set -Ma and -Mn so that the product is less than the value of -n.
proserve -n <value_n> -Ma 5 -Mn <value_n divided by 5> -S <port_name/port_number>