Kbase P68762: Increasing -n number at startup, do we need to change anything else?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/10/2005 |
|
Status: Verified
GOAL:
Increasing -n number at startup, do we need to change anything else?
FIX:
If the additional users are connecting remotely via TCP, you should also verify need to increase the maximum number of server processes (the -Mn parameter).
The maximum number of TCP users that can connect is:
(max servers * max clients per server)
or
(-Mn * -Ma).
Note that clients running on another machine do not consume much system resources on the database server machine.
Except for the (shared) database server processes themselves of course.