Kbase P91459: Can not get more than 3 to 5 users connected to the database via the AppServer without getting Memor
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/08/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Can not get more than 3 to 5 users connected to the database via the AppServer.
Getting SYSTEM ERROR: Memory violation. (49)in AppServer logs.
Protrace can not be found.
starting two brokers.
-n is set to 40.
-Mn is set to 5.
-Mpb for one broker is 4.
AppServer is set to allow 250 users to connect remotely.
CAUSE:
The unbalanced configuration of the database will not support the desired number of connections and is causing problems with shared memory.
FIX:
To support the desired number of client connections increase the total number of connections possible and the number of servers that are allowed to start to support the desired number of connections.
Example:
proserve sp2k -n 300 -Mn 29 -Mi 5 -Ma 2 -Mpb 2 -N tcp -S 9000 -ServerType SQL
proserve sp2k -m3 -Mi 1 -Ma 10 -Mpb 26 -N tcp -S 8000 -ServerType 4GL