Consultor Eletrônico



Kbase P2766: Receiving many 5408 warnings: -l exceeded
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/09/2008
Status: Unverified

SYMPTOM(s):

Receiving many 5408 warnings

WARNING: -l exceeded. Automatically increasing from <old value> to <new value>. (5408)

CAUSE:

The -l startup parameter governs how much memory Progress will use for the client local buffer pool.
Progress automatically increases the -l dynamically if more space is needed.
The client local buffer pool is used to store work files (not temp-tables), program variable values and database records that are in active 4GL buffers. Any record cache (used within a query) also affects the -l memory usage.

FIX:

Make sure that there is no application logic issue causing large amounts of memory to be consumed. If the logic is correct and to avoid receiving the 5408 warnings, start Progress with a larger -l setting by using the higher value from 5408 message received. If you don't want Progress to increase the value use -hardlimit parameter.