CACHESIZE statement

Use the CACHESIZE statement to specify the maximum amount of storage that can be allocated by the resolver to manage cached records.

Tip: When the CACHESIZE statement is specified with the NOCACHE statement, the CACHESIZE operand is ignored.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-CACHESIZE(200M)-------.   
>>-+-----------------------+-----------------------------------><
   '-CACHESIZE(cachesizeM)-'   

Parameters

cachesize M
Specifies the maximum amount of 64-bit private virtual storage that the resolver can use to maintain cache information. This limit should be expressed as a number followed by an M (which represents 1 048 576 bytes). The cachesize value must be in the range 1M - 999M. The default is 200M.

Examples

Use the CACHESIZE statement to set 10 M as the maximum cache size value:
CACHESIZE(10M)

Usage notes