RESSIZE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (minor formatting)
 
(3 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V2.2</var>  
</dl>
</dl>
==Description==
==Description==
<p>The maximum amount of virtual storage (in bytes) to use for saving resident requests (resident QTBLs and resident NTBLs) when running precompiled User Language requests</p>
<p>
<p>Setting RESSIZE higher causes more requests to be made resident in virtual storage.</p>
<var>RESSIZE</var> specifies the maximum amount of 31-bit virtual storage (in bytes) to use for saving [[Performance monitoring and tuning#Resident Request feature for precompiled procedures|resident requests]] (resident [[QTBL|QTBLs]] and resident [[NTBL|NTBLs]]) when running precompiled procedures.</p>
<p>
Setting <var>RESSIZE</var> higher causes more requests to be made resident in virtual storage.</p>
<p>
See <var>[[RESPAGE parameter|RESPAGE]]</var> for specifying 64-bit virtual storage for resident requests.
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 16:33, 23 May 2017

Maximum storage to be used for resident requests

Summary

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

Description

RESSIZE specifies the maximum amount of 31-bit virtual storage (in bytes) to use for saving resident requests (resident QTBLs and resident NTBLs) when running precompiled procedures.

Setting RESSIZE higher causes more requests to be made resident in virtual storage.

See RESPAGE for specifying 64-bit virtual storage for resident requests.