RecyclableMemoryStreamManager.Options.LargeBufferMultiple property
December 6, 2023 · View on GitHub
Each large buffer will be a multiple exponential of this value
public int LargeBufferMultiple { get; set; }
Remarks
The default value is 1,048,576 (1MB)
See Also
- class Options
- namespace Microsoft.IO