DATACACHESIZE
Defines the value for the data cache size for Essbase databases. The data cache is a buffer in memory that holds data blocks. Essbase allocates this memory during data load, calculation, and retrieval operations, as needed.
This setting does not apply to aggregate storage databases.
Syntax
DATACACHESIZE n
n—An integer value expressed in bytes (B), kilobytes (K), megabytes (M), or gigabytes (G):
-
Minimum value: 3 megabytes (3 M)
-
Maximum value: 2 gigabytes (2 G)
-
Default value: 3 megabytes (3 M)
If a value is given without a B, K, M, or G qualifier, it is assumed the value is in bytes.
The qualifier can be in upper or lowercase and can be entered adjacent to the value (10M) or separated by a space (10 M).
Description
DATACACHESIZE specifies, in bytes, kilobytes, megabytes, or gigabytes, the size of the data cache for databases.
Example
DATACACHESIZE 90M
Sets the data cache size of databases to 90 megabytes.