Increase the value of
-Mpb.
Example
proserve dbname -n 350 -Mn 70 -Ma 5 -Mpb 24 -S ABLService -ServerType ABL
proserve dbname -m3 -Ma 5 -Mpb 5 -S SQLService -ServerType SQL
- 120 ABL connections are allowed to ABLService. The maximum number of remote servers (-Mpb) limits the maximum number of ABL servers.
- 25 SQL connections are allowed to SQLService. The maximum number of remote servers (-Mpb) limits the maximum number of SQL servers.
- 350 maximum concurrent connections (-n) to the database of any connection type are configured (including all shared-memory connections in addition to client/server connections)
- 70 remote servers (-Mn) in total are configured to start in the minport maxport range, these are currently split between the ABL and SQL login broker with the -Mpb parameter +1 for each secondary login broker (-m3 parameter). Should another secondary login broker need to be started, there are 40 remaining remote server slots available in this example.
For further information refer to Article
How to set the values for the startup parameters -Ma, -Mn and -n