NUMBUFG parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add link)
m (typo)
Line 18: Line 18:
Allocate the number of buffers above the bar.</p>
Allocate the number of buffers above the bar.</p>
<p>
<p>
The maximum number of buffers is <code>&lt;2**31/3</code>, or <code>715,827,882</code>, which limits buffer pools to 4.2 terabytes or less.</p>
The maximum number of buffers is <code>2**31/3</code>, or <code>715,827,882</code>, which limits buffer pools to 4.2 terabytes or less.</p>
<p>
<p>
For background information, see [[Defining the runtime environment (CCAIN)#Disk buffers and Model 204 storage|Disk buffers and Model 204 storage]]. </p>
For background information, see [[Defining the runtime environment (CCAIN)#Disk buffers and Model 204 storage|Disk buffers and Model 204 storage]]. </p>

Revision as of 21:49, 17 August 2016

Number of above-the-bar buffers

Summary

Default value
0
Parameter type
System
Where set
Not resettable
Related products
All
Introduced
Model 204 V7.1

Description

Allocate the number of buffers above the bar.

The maximum number of buffers is 2**31/3, or 715,827,882, which limits buffer pools to 4.2 terabytes or less.

For background information, see Disk buffers and Model 204 storage.