Kbase P58140: How the database broker calculates the default value for -Mx
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/05/2004 |
|
Status: Verified
GOAL:
How to calculate the default value for -Mxs parameter
FACT(s) (Environment):
Progress 9.x
FIX:
The information listed on the Progress System Administration Guide for the calculation of the default value for -Mxs parameter is incorrect. The correct formula is:
16384 + ((number of users * 300) / 1024)
As an example, if the database is started with -n 100 the value for the -Mxs reported on the database log file will be 16413