M204.0455: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add links)
 
Line 1: Line 1:
{{Template:M204.0455 skeleton}}
{{Template:M204.0455 skeleton}}
<P>
<P>
Model 204 tried to dynamically allocate additional main memory for a particular function but none was available. Unless prevented by SPCORE or MAXBUF, Model&nbsp;204 will allocate all available memory to its buffer pool during initialization. SPCORE defaults to 8192 bytes and MAXBUF defaults to 256 buffers. Spare core is the amount of spare memory reserved for dynamic allocation during the Model&nbsp;204 run. It includes memory explicitly reserved by setting the SPCORE parameter plus memory left over after all buffers up to MAXBUF are allocated. </P>
Model 204 tried to dynamically allocate additional main memory for a particular function but none was available. Unless prevented by <var>[[SPCORE parameter|SPCORE]]</var> or <var>[[MAXBUF parameter|MAXBUF]]</var>, Model&nbsp;204 will allocate all available memory to its buffer pool during initialization. <var>SPCORE</var> defaults to 8192 bytes and <var>MAXBUF</var> defaults to 256 buffers. Spare core is the amount of spare memory reserved for dynamic allocation during the Model&nbsp;204 run. It includes memory explicitly reserved by setting the <var>SPCORE</var> parameter plus memory left over after all buffers up to <var>MAXBUF</var> are allocated. </P>
<p>
<p>
<b>Response:</b> See your system manager about increasing the amount of storage or reduce your storage requirements by resetting parameters. </p>
<b>Response:</b> See your system manager about increasing the amount of storage or reduce your storage requirements by resetting parameters. </p>
<p>
<p>
<b>System manager response:</b> Increase the amount of SPCORE set in the CCAIN parameters. This will reserve the specified amount of memory for dynamic usage. Refer to [[Defining the runtime environment (CCAIN)#User 0 parameters|User 0 parameters]] for more information. Alternatively, MAXBUF may be lowered below the number of buffers actually allocated in the Model&nbsp;204 run, or the amount of memory allocated to the Model&nbsp;204 run may be increased. </p>
<b>System manager response:</b> Increase the amount of <var>SPCORE</var> set in the CCAIN parameters. This will reserve the specified amount of memory for dynamic usage. Refer to [[Defining the runtime environment (CCAIN)#User 0 parameters|User 0 parameters]] for more information. Alternatively, <var>MAXBUF</var> may be lowered below the number of buffers actually allocated in the Model&nbsp;204 run, or the amount of memory allocated to the Model&nbsp;204 run may be increased. </p>
<P>
<P>
To increase the amount of memory available to Model&nbsp;204 when running in a z/OS operating system, increase the REGION parameter on the EXEC card. When running under VSE, increase the size of the GETVIS area available to the partition. When running under CMS, increase the virtual machine size using the <code>CP DEFINE STORAGE</code> command. </P>
To increase the amount of memory available to Model&nbsp;204 when running in a z/OS operating system, increase the <code>REGION</code> parameter on the EXEC card. When running under VSE, increase the size of the GETVIS area available to the partition. When running under CMS, increase the virtual machine size using the <code>CP DEFINE STORAGE</code> command.  
</P>
{{Template:M204.0455 footer}}
{{Template:M204.0455 footer}}
<!-- skeleton as it was in pdf/INSUFFICIENT SPCORE /-->
<!-- skeleton as it was in pdf/INSUFFICIENT SPCORE /-->

Latest revision as of 20:27, 26 February 2018

M204.0455  Insufficient SPCORE

Model 204 tried to dynamically allocate additional main memory for a particular function but none was available. Unless prevented by SPCORE or MAXBUF, Model 204 will allocate all available memory to its buffer pool during initialization. SPCORE defaults to 8192 bytes and MAXBUF defaults to 256 buffers. Spare core is the amount of spare memory reserved for dynamic allocation during the Model 204 run. It includes memory explicitly reserved by setting the SPCORE parameter plus memory left over after all buffers up to MAXBUF are allocated.

Response: See your system manager about increasing the amount of storage or reduce your storage requirements by resetting parameters.

System manager response: Increase the amount of SPCORE set in the CCAIN parameters. This will reserve the specified amount of memory for dynamic usage. Refer to User 0 parameters for more information. Alternatively, MAXBUF may be lowered below the number of buffers actually allocated in the Model 204 run, or the amount of memory allocated to the Model 204 run may be increased.

To increase the amount of memory available to Model 204 when running in a z/OS operating system, increase the REGION parameter on the EXEC card. When running under VSE, increase the size of the GETVIS area available to the partition. When running under CMS, increase the virtual machine size using the CP DEFINE STORAGE command.

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