Consultor Eletrônico



Kbase P116899: What is the -l parameter?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/22/2006
Status: Unverified

GOAL:

What is the -l parameter?

GOAL:

Why do I see the messages for increasing -l in the log file?

FIX:

The -l parameter has to do with the local buffer size in which the client stores the records in use at any given time by the application.
When we have to allocate memory for a record buffer in the client code, we keep track of how much memory is in use for the local buffer and issue a warning message telling them the application is requiring us to allocate more space for the local buffer.
If the client has lots of records buffers used in the application at any given time and/or they have very large records, this could cause the warning message to be displayed, because we need to hold the record in memory while the client is manipulating it.