Kbase P108677: -Ma value increases automatically when increasing -n value
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/01/2010 |
|
Status: Unverified
SYMPTOM(s):
-Ma value increases automatically when increasing -n value
-Ma is not set as startup parameter
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
CAUSE:
This is expected behavior.
FIX:
The default value for maximum number of remote users per database server is determined by the Maximum Number of Users (-n) parameter value, divided by the Maximum Number of Servers (-Mn) parameter value.
For example:
Using a proserve sports without specifying any parameter the database log will read:
Maximum Number of Clients Per Server (-Ma): 5. (4257)
Maximum Number of Servers (-Mn): 5. (4258)
Minimum Clients Per Server (-Mi): 1. (4259)
Maximum Number of Users (-n): 21. (4260)
proserve sports -n 100 the database log will read:
Maximum Number of Clients Per Server (-Ma): 25. (4257)
Maximum Number of Servers (-Mn): 5. (4258)
Minimum Clients Per Server (-Mi): 1. (4259)
Maximum Number of Users (-n): 101. (4260)
Note that the -n value is automatically increased by one at startup - this is so that the process to shut down the database will always be able to connect.