AXMLF0001S LIFO storage cannot be set up because the PRV size exceeds 4K.

Explanation

AXM initialization has detected that the total link-edited size of the pseudo-register vector (PRV) for the server application load module exceeds the maximum size of 4096 supported by AXM. The PRV contains task-related variables used by AXM resource management plus any task-related data areas defined by server code using the Assembler DXD operation code or Q-type address constants.

System action

The server is abnormally terminated.

User response

The server programmer needs to decrease the size of task-related variables defined in the PRV. When a large amount of task-related information needs to be stored, it is better to store the information in some separately acquired storage area (such as AXM heap storage) and put only a pointer to it in the PRV.

Module

AXMLF

Destination

Console