M204.2079

From m204wiki
Jump to navigation Jump to search

M204.2079  MINBUF reset to NLRUQ * ((NSERVS + NSUBTKS) * MAXOBUF + 15) ​=​ token * ((token2 + token3) * token4 + 15) ​=​ token5

The minimum valid value for MINBUF is the number of servers (the value of the NSERVS parameter) plus the maximum number of pseudo subtasks (the value of the NSUBTKS parameter), times the value of the MAXOBUF parameter plus fifteen, all multiplied by the number of disk buffer LRU queues (the value of the NLRUQ parameter). If a smaller value was specified for MINBUF, the value of MINBUF is automatically reset to its minimum allowable value as indicated by this message.

System manager response: This is an informational message and no action is required, though it is generally a bad idea to be running with such a small number of buffers relative to the number of servers.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages