Hitachi

Hitachi Advanced Database Messages


KFAA51281-W

Memory is insufficient. (memory type = aa....aa, request size = bb....bb) (M)

A memory shortage occurred.

aa....aa: Type of memory that is insufficient
  • THREAD: Real thread private memory used for the HADB server

bb....bb:

Size of memory you attempted to acquire (unit: bytes)

S:

Continues processing.

Action:

In the server definition, set the adb_sys_rthd_area_max operand to a value of rthd_max that is equal to or larger than the value determined from the following formula.

Formula (unit: megabytes)

rthd_max = max_size + get_size + 1
  • max_size

    Value of the adb_sys_rthd_area_max operand in the server definition when there is insufficient memory.

    Round up to the nearest 100 megabytes using the following method.

    max_size÷100↑×100
  • get_size

    Value output to bb....bb

    Round up to the nearest 100 megabytes using the following method.

    get_size÷(100×1,024×1,024)↑×100