RESSIZE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
 
Line 16: Line 16:
==Description==
==Description==
<p>
<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 <var>[[LQTBL_parameter|QTBLs]]</var> and resident <var>[[LNTBL_parameter|NTBLs]]</var>) when running precompiled procedures.</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>
<p>
Setting <var>RESSIZE</var> higher causes more requests to be made resident in virtual storage.</p>
Setting <var>RESSIZE</var> higher causes more requests to be made resident in virtual storage.</p>

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.