SERVNSSZ parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 14: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>The SERVNSSZ parameter, along with the SERVNSA parameter, controls non-swappable server areas when FTBL is stored above the bar.</p>
<p>The <var>SERVNSSZ</var> parameter, along with the <var>SERVNSA</var> parameter, controls non-swappable server areas when FTBL is stored above the bar.</p>
<ul>
<ul>
<li>
<li>
SERVNSSZ (server non-swappable size) is the amount of space in bytes required for the above-the-bar server tables per user. The total amount of storage allocated for non-swappable server areas equals SERVNSSZ rounded to 4 K and multiplied by NUSERS.
<var>SERVNSSZ</var> (server non-swappable size) is the amount of space in bytes required for the above-the-bar server tables per user. The total amount of storage allocated for non-swappable server areas equals <var>SERVNSSZ</var> rounded to 4 K and multiplied by NUSERS.
When sizing SERVNSSZ you should use the largest FTBL sizes that might be needed.</li>
When sizing <var>SERVNSSZ</var> you should use the largest FTBL sizes that might be needed.</li>
<li>
<li>
SERVNSA (server non-swappable areas) indicates the tables that you want to be above the bar. At this time, only FTBL may be selected and its appropriate setting is x'02000000'.</li>
[[SERVNSA parameter|SERVNSA]] (server non-swappable areas) indicates the server tables that you want to be above the bar.</li>
</ul>
</ul>
<p>For more information about FTBL storage above the bar, see the <var>Rocket Model&nbsp;204 System Manager's Guide.</var></p>
<p>For more information about server table storage above the bar, see the <var class="book">Rocket Model&nbsp;204 System Manager's Guide.</var></p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:53, 17 October 2013

NSA (non-swap-area) server size maximum

Summary

Default value
0
Parameter type
User
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V7.4

Description

The SERVNSSZ parameter, along with the SERVNSA parameter, controls non-swappable server areas when FTBL is stored above the bar.

  • SERVNSSZ (server non-swappable size) is the amount of space in bytes required for the above-the-bar server tables per user. The total amount of storage allocated for non-swappable server areas equals SERVNSSZ rounded to 4 K and multiplied by NUSERS. When sizing SERVNSSZ you should use the largest FTBL sizes that might be needed.
  • SERVNSA (server non-swappable areas) indicates the server tables that you want to be above the bar.

For more information about server table storage above the bar, see the Rocket Model 204 System Manager's Guide.