Skip to content

Commit 1f91805

Browse files
authored
Update ring-buffer-target.md
1 parent 43fd58d commit 1f91805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/2014/database-engine/ring-buffer-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ manager: craigg
2626

2727
|Option|Allowed values|Description|
2828
|------------|--------------------|-----------------|
29-
|max_memory|Any 32 bit integer. This value is optional.|The maximum amount of memory in kilobytes (KB) to use. Existing events are dropped based on the limit that is first reached: max_event_limit or max_memory. Maxium value is 4194303 KB. A careful consideration should be made before setting the ring buffer size to limits in the GB range as it may impact other memory consumers in SQL Server|
29+
|max_memory|Any 32 bit integer. This value is optional.|The maximum amount of memory in kilobytes (KB) to use. Existing events are dropped based on the limit that is first reached: max_event_limit or max_memory. The maxium value is 4194303 KB. A careful consideration should be made before setting the ring buffer size to limits in the GB range as it may impact other memory consumers in SQL Server|
3030
|max_event_limit|Any 32 bit integer. This value is optional.|The maximum number of events kept in the ring_buffer. Existing events are dropped based on the limit that is first reached: max_event_limit or max_memory. Default = 1000.|
3131
|occurrence_number|One of the following values:<br /><br /> 0 (the default) = Oldest event is discarded when all the memory allocated to the target is used.<br /><br /> Any 32 bit integer = The number of events of each type to keep before being discarded on a per-event FIFO basis.<br /><br /> <br /><br /> This value is optional.|The FIFO mode to use, and, if set to a value greater than 0, the preferred number of events of each type to keep in the buffer.|
3232
| &nbsp; | &nbsp; | &nbsp; |

0 commit comments

Comments
 (0)