Error from progress

tommyj77pl

New Member
Hi All,
I have a strange error in my log file and I have no idea what may cause that
WARNING: -l exceeded. Automatically increasing from 60 to 70

Do you hav any suggestion?
 
Hi,

This means that the client proces is using more memory then stated by the -l parameter (local buffer pool).
The Local buffer pool is used by Program variables, worktables, database records and record caching.
Progress automatically increases the value of -l if needed and puts an entry in the logfile if he does so.

To avoid these messages either set -l higher and/or use the -noincrwarn parameter.

These are client/appserver parameters.

HTH,
Casper.
 
Back
Top