poolFactor —
int poolFactor
The POOL_FACTOR parameter determines the amount of RAM pre-allocated by Biferno for its internal data structures. The default value for this parameter is 1 and the maximum value is 10 (ten). The total amount of RAM used by Biferno is proportional to the number of simultaneous users (MAX_USERS) and to the value of the POOL_FACTOR parameter.
The property is only read
In most cases the default values of this parameter allows to obtain optimal performances from Biferno. We advise to make modifications only if strictly necessary based on the number of accesses required and on the amount of RAM available on the server.
This value can be modified using the line:
POOL_FACTOR n
in the file "biferno.conf" in BifernoHome