SERVNSSZ parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Added SERVGA since SERVGSZ was already there. Both listed as "For reference purposes:")
Line 20: Line 20:
When sizing <var>SERVNSSZ</var> you should use the largest sum of  non-swappable above-the-bar server table sizes that might be needed</li>
When sizing <var>SERVNSSZ</var> you should use the largest sum of  non-swappable above-the-bar server table sizes that might be needed</li>
<li><var>[[SERVNSA parameter|SERVNSA]]</var> (server non-swappable areas) indicates the server tables that you want to be above the bar.</li>
<li><var>[[SERVNSA parameter|SERVNSA]]</var> (server non-swappable areas) indicates the server tables that you want to be above the bar.</li>
<li>The [[SERVGSZ parameter]] controls the size of the swappable above-the-bar server areas.
</ul>
For reference purposes:
<ul>
<li>The [[SERVGSZ parameter]] controls the size of the <b>swappable</b> above-the-bar server areas.
<li>The [[SERVGA parameter]] controls which tables are in the <b>swappable</b>, above-the-bar server areas.
</ul>
</ul>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:24, 4 November 2014

NSA (non-swap-area) server size maximum

Summary

Default value
0
Parameter type
System
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 above-the-bar (in memory with address greater than 2G) server areas.

  • 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 4K and multiplied by NUSERS. When sizing SERVNSSZ you should use the largest sum of non-swappable above-the-bar server table sizes that might be needed
  • SERVNSA (server non-swappable areas) indicates the server tables that you want to be above the bar.

For reference purposes:

  • The SERVGSZ parameter controls the size of the swappable above-the-bar server areas.
  • The SERVGA parameter controls which tables are in the swappable, above-the-bar server areas.