NUMBUFG parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
Line 15: Line 15:


==Description==
==Description==
<p>Allocate the number of buffers above the bar.</p>
<p>
<p>The maximum number of buffers is &lt;2**31/3 or 715,827,882, which limits buffer pools to 4.2 terabytes or less.</p>
Allocate the number of buffers above the bar.</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>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 21:22, 8 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.