M204.2105: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
Line 4: Line 4:
The <var class="term">token0</var> program was not able to acquire memory from C HEAP area due to insufficient heap size. </P>
The <var class="term">token0</var> program was not able to acquire memory from C HEAP area due to insufficient heap size. </P>
<p>
<p>
<b>Response:</b> Check if your request is too complicated. Contact the system manager to increase the LHEAP value of your Model&nbsp;204 logon thread. </p>
<b>Response:</b> Check if your request is too complicated. Contact the system manager to increase the <var>LHEAP</var> value of your Model&nbsp;204 logon thread. </p>
<p>
<p>
<b>System manager response:</b> Check if the LHEAP value is at least 13500. Increase the heap size according to the complexity of the failed request. </p>
<b>System manager response:</b> Check if the <var>LHEAP</var> value is at least 13500. Increase the heap size according to the complexity of the failed request.  
</p>
{{Template:M204.2105 footer}}
{{Template:M204.2105 footer}}
<!-- skeleton as it was in pdf/INSUFFICIENT HEAP. MALLOC FAILED IN program /-->
<!-- skeleton as it was in pdf/INSUFFICIENT HEAP. MALLOC FAILED IN program /-->

Revision as of 21:51, 15 March 2018

M204.2105  Insufficient heap. MALLOC failed in token

The token0 program was not able to acquire memory from C HEAP area due to insufficient heap size.

Response: Check if your request is too complicated. Contact the system manager to increase the LHEAP value of your Model 204 logon thread.

System manager response: Check if the LHEAP value is at least 13500. Increase the heap size according to the complexity of the failed request.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages