RESHIGH parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add link)
m (add link)
Line 15: Line 15:


==Description==
==Description==
<var>RESHIGH</var> displays the maximum amount of virtual storage (in bytes) that has been allocated in this <var class="product">Model&nbsp;204</var> run to save [[Performance monitoring and tuning#Resident Request feature for precompiled procedures|resident requests]] (resident QTBLs and resident NTBLs) when running precompiled procedures.
<var>RESHIGH</var> displays the maximum amount (high-water mark) of the virtual storage (in bytes) that has been allocated in this <var class="product">Model&nbsp;204</var> run to save [[Performance monitoring and tuning#Resident Request feature for precompiled procedures|resident requests]] (resident QTBLs and resident NTBLs) when running precompiled procedures.
 
Contrast with <var>[[RESCURR parameter|RESCURR]]</var>.


[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:27, 10 June 2016

HWM of storage allocated for resident requests

Summary

Default value
None
Parameter type
System
Where set
View-only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

RESHIGH displays the maximum amount (high-water mark) of the virtual storage (in bytes) that has been allocated in this Model 204 run to save resident requests (resident QTBLs and resident NTBLs) when running precompiled procedures.

Contrast with RESCURR.