Configuration.FullTextCrawlBandwidthMax Property

Definition

Use the FullTextCrawlBandwidth[min,max] options to specify the size to which the pool of large memory buffers can grow. Large memory buffers are 4 megabytes (MB) in size. The FullTextCrawlBandwidthMax maximum number of buffers that the full-text memory manager should maintain in a large buffer pool. If the max value is zero, then there is no upper limit to the number of buffers that can be in a large buffer pool.

public Microsoft.SqlServer.Management.Smo.ConfigProperty FullTextCrawlBandwidthMax { get; }
member this.FullTextCrawlBandwidthMax : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property FullTextCrawlBandwidthMax As ConfigProperty

Property Value

Applies to