Consultor Eletrônico



Kbase P54600: Where does -Bt take up memory?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/09/2009
Status: Verified

GOAL:

Where does -Bt take up memory?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

The -Bt parameter is a client session parameter. It will expend memory on the client machine.

The -Bt and -T parameters are directly related: -Bt specifies the size of the buffer pool in memory for blocks or records from temporary tables; -T specifies the directory where temporary files will be located on disk. If, for example, -Bt is reduced and thus not all the data from a temp table can be placed in memory, then that data will be written to disk, into the location specified by -T.