ZQMAX parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:ZQMAX parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 12: Line 13:
<dd><var class="product">Model 204 V7.4</var>
<dd><var class="product">Model 204 V7.4</var>
</dl>
</dl>
==Description==
==Description==
<p>Applies to z/OS only</p>
<p>
<p>On a z/OS system, <var class="product">Model&nbsp;204</var> zIIP support enables you to offload <var class="product">Model&nbsp;204</var> work from regular processors to zIIP processors.</p>
Applies to z/OS only</p>
<p>ZQMAX limits the number of work units that may be placed for execution by the zIIP task.</p>
<p>
<p>The default and maximum value for ZQMAX is 65535. </p>
On a z/OS system, <var class="product">Model&nbsp;204</var> zIIP support enables you to offload <var class="product">Model&nbsp;204</var> work from regular processors to zIIP processors.</p>
<p>
<var>ZQMAX</var> limits the number of work units that may be placed for execution by the zIIP task.</p>
<p>The default and maximum value for <var>ZQMAX</var> is 65535. </p>
<ul>
<ul>
<li>
<li>
If ZQMAX is set to a non-zero value:
If <var>ZQMAX</var> is set to a non-zero value:
When a work unit is pushed onto the zIIP queue and the current zIIP queue length exceeds the value of ZQMAX, then that work unit is placed on the MP stack instead. Effectively, this limits the amount of work that is done on the zIIP and prevents zIIP overload.</li>
When a work unit is pushed onto the zIIP queue and the current zIIP queue length exceeds the value of <var>ZQMAX</var>, then that work unit is placed on the MP stack instead. Effectively, this limits the amount of work that is done on the zIIP and prevents zIIP overload.</li>
<li>
<li>
If ZQMAX is set to zero:
If <var>ZQMAX</var> is set to zero:
  No users will be added to the zIIP queue. However, if SCHDOPT-X'80' is on and a zIIP task is active (AMPSUBZ>0), then server swapping will occur on the zIIP task without the overhead of pushing zIIP work units onto the zIIP queue.</li>
  No users will be added to the zIIP queue. However, if the <var>SCHDOPT</var> X'80' bit is on and a zIIP task is active (<var>AMPSUBZ</var> greater than 0), then server swapping will occur on the zIIP task without the overhead of pushing zIIP work units onto the zIIP queue.</li>
</ul>
</ul>
<p>For more information about zIIP processing, refer to the Rocket <var class="product">Model&nbsp;204</var> System Manager's Guide.  </p>
<p>
[[Category:System Parameters]]
For more information about zIIP processing, refer to [[Performance monitoring and tuning#Offloading Model 204 work to zIIP_processors|Offloading Model 204 work to zIIP_processors]].  </p>
==Usage notes==
As of Model 204 version 7.6, ZQMAX is deprecated. If you have specified a value for ZQMAX, it is ignored in 7.6 and higher.
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 21:57, 13 November 2015

Z queue max length (obsolete) (obs)

Summary

Default value
65535
Parameter type
System
Where set
On User 0's parameter line or reset by system manager.
Related products
All
Introduced
Model 204 V7.4

Description

Applies to z/OS only

On a z/OS system, Model 204 zIIP support enables you to offload Model 204 work from regular processors to zIIP processors.

ZQMAX limits the number of work units that may be placed for execution by the zIIP task.

The default and maximum value for ZQMAX is 65535.

  • If ZQMAX is set to a non-zero value: When a work unit is pushed onto the zIIP queue and the current zIIP queue length exceeds the value of ZQMAX, then that work unit is placed on the MP stack instead. Effectively, this limits the amount of work that is done on the zIIP and prevents zIIP overload.
  • If ZQMAX is set to zero: No users will be added to the zIIP queue. However, if the SCHDOPT X'80' bit is on and a zIIP task is active (AMPSUBZ greater than 0), then server swapping will occur on the zIIP task without the overhead of pushing zIIP work units onto the zIIP queue.

For more information about zIIP processing, refer to Offloading Model 204 work to zIIP_processors.

Usage notes

As of Model 204 version 7.6, ZQMAX is deprecated. If you have specified a value for ZQMAX, it is ignored in 7.6 and higher.