Consultor Eletrônico



Kbase 15428: How to estimate memory for procedure library
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
How to estimate memory for procedure library


The amount of memory a PROGRESS procedure library takes when it's
opened can be roughly estimated as follows:

memneeded = h + ((C + l) * n)

where
h = some constant less than 50
l = average file name length + 1 for files in the library
n = number of entries in the library and
C = 32 for version 6 and 36 for version 7 or 8

Note that memory will be allocated in 1k increments.


JAN-29-1996

Progress Software Technical Support Note # 15428