The FairCom Server startup memory requirements can be reasonably approximated with the following equation:
Base line Memory =
Server EXE size + 1 MB +
Communications Library size (if applicable) +
Data cache (DAT_MEMORY) +
Index buffer (IDX_MEMORY) +
(900 bytes * Number of files (FILES)) +
(325 bytes * Maximum number of connections (CONNECTIONS)) +
(16000 bytes * Number of actual connections) +
(256 bytes per connection per file actually opened))
Note the following points:
The following locking/transaction processing related items should be considered when approximating the FairCom Server dynamic memory requirements:
For transaction processing files only:
See also: