RecyclableMemoryStreamManager.Options.UseExponentialLargeBuffer property

December 6, 2023 · View on GitHub

Whether to use the exponential allocation strategy (see documentation).

public bool UseExponentialLargeBuffer { get; set; }

Remarks

The default value is false.

See Also