KFAA51286-W
Memory became insufficient during operations on cache files used by the cloud storage facility. Adjust the number of cache files used by the cloud storage facility and continue processing. (request size = aa....aa) (M)
A memory shortage occurred during operation of the cache file. Adjust the number of cache files and continue processing.
- aa....aa:
-
Size of memory area you attempted to acquire (bytes)
- S:
-
To avoid running out of memory, adjust the number of cache files and continue processing.
- Action:
-
If the number of cache files that can be created is reduced due to insufficient memory, performance may be affected. Take one of the following corrective actions, and then restart the HADB server.
-
When the adb_sys_memory_limit operand is specified in the server definition
Specify a value that is greater than or equal to the value obtained by adding the value output to aa....aa to the adb_sys_memory_limit operand of the server definition.
-
When the adb_sys_memory_limit operand is not specified in the server definition
In the server definition, set the adb_sys_proc_area_max operand to a value of proc_max that is equal to or larger than the value determined from the following formula.
- Formula (unit: megabytes)
-
proc_max = max_size + get_size + 1
max_size: The MAX value of the line with THREAD-NO 0 in the output of the adbls -d mem command#
get_size: Value output to aa....aa#
- #
-
Round up to the nearest 100 megabytes using the following method.
↑A÷(100×1,024×1,024)↑×100
A: max_size or get_size value
If this message is output when the adbinit command terminates normally, there is no need to take any action to deal with insufficient capacity or to re-execute the command.
-