DB crash

dhenin

New Member
Hi,

Some days ago, I increased -B value from 7000 to 10000 on a Progress DB. All seems to be Ok but when I Tried to connect, the server crashed with the error codes 5028 and 2522 in the .lg file. I never had this kind of problem in the past ! Is it too high for the Progress Explorer tool ?

If someone can provide me some help about this problem ...

Regards.
Dominique

Progress 9.1D under Win2K TSE.
Progress Explorer.
 
In shared memory systems, each addition database buffer takes the same memory as the database block size. If your database block size is 8K, you have just added an extra 3000 * 8K of memory requirement. Other parameter increases that affect memory are:

-D 100 bytes each
-L 16 bytes each
-Mxs 1K each
-n 2K each
-s 1K each
 
Top