OpenTP1 Version 7 System Definition

[Contents][Index][Back][Next]

damcache (Specify the boundary for reusing cache blocks)

Format

[damcache logical-file-name boundary-for-reusing-cache-blocks]

Function

Use this command to specify the boundary for reusing unused cache blocks among the cache blocks for a DAM file if the shared memory for the DAM file runs short.

Command arguments

logical-file-name~<identifier of 1 to 8 characters>

Specify the name of the logical file that validates the boundary for reusing cache blocks. You need to define the logical file name specified here using the damfile command beforehand.

boundary-for-reusing-cache-blocks~<unsigned integer>((0-4000000))

Specify the boundary for reusing cache blocks. If you do not specify the boundary for reusing cache blocks, the value specified in the dam_default_cache_num operand in the DAM service definition will be used as the default.

Until the boundary specified here is reached, the DAM service reuses cache blocks by prioritizing blocks from other DAM files over those in the DAM file to be accessed. If the number of cache blocks exceeds the boundary, the DAM service starts to reuse the cache blocks for the DAM file to be accessed. When you specify 0, the DAM service reuses the cache blocks connected to the cache block chain for the DAM file to be accessed, like the usual processing.

Notes