![]() Specifying Block Size for Temporary Files |
![]() Virtual Machine |
![]() |
For Unix environments, use the configuration variable BLOCKSIZE to specify the block size to use for temporary files. You must specify it in the configuration file under the database PROIVTEMP in the ENVIRONMENT section.
For example:
[ENVIRONMENT]
[DATABASE - PROIVTEMP]
BLOCKSIZE=8
Where 8 is the block size specified in bytes.
The larger the number, the more records can be written to the file. The smaller the number, the faster the system will run. The maximum value that can be used is for BLOCKSIZE is 3000.
Topic ID: 720226