Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 2.16 KB

ft-crawl-bandwidth-server-configuration-option.md

File metadata and controls

34 lines (27 loc) · 2.16 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
ft crawl bandwidth (server configuration option)
Learn about the ft crawl bandwidth option. See how it affects the number of buffers that SQL Server maintains in the pool of large memory buffers.
rwestMSFT
randolphwest
03/02/2017
sql
configuration
conceptual
large memory buffers
memory [SQL Server], buffers
ft crawl bandwidth option
TSQL

ft crawl bandwidth (server configuration option)

[!INCLUDE SQL Server]

Use the ft crawl bandwidth option to specify the size to which the pool of large memory buffers can grow. Large memory buffers are 4 megabytes (MB) in size. The max parameter value specifies the 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.

The min parameter specifies the minimum number of memory buffers that must be maintained in the pool of large memory buffers. Upon request from the [!INCLUDEmsCoName] [!INCLUDEssNoVersion] memory manager, all extra buffer pools will be released but this minimum number of buffers will be maintained. If, however, the min value specified is zero, then all memory buffers are released.

Under certain circumstances, the number of buffers currently allocated is less than the value specified by the min parameter.

Note

[!INCLUDEssNoteDepFutureAvoid]

See Also

Server Configuration Options (SQL Server)
ft notify bandwidth Server Configuration Option
sp_configure (Transact-SQL)