Skip to content

Commit be593dd

Browse files
authored
Merge pull request MicrosoftDocs#8844 from PiJoCoder/patch-4
Update limits on Max_memory
2 parents 71c41e7 + ad40565 commit be593dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-event-session-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ON SERVER
177177
Specifies options to use with the event session.
178178

179179
MAX_MEMORY =*size* [ KB | **MB** ]
180-
Specifies the maximum amount of memory to allocate to the session for event buffering. The default is 4 MB. *size* is a whole number and can be a kilobyte (KB) or a megabyte (MB) value.
180+
Specifies the maximum amount of memory to allocate to the session for event buffering. The default is 4 MB. *size* is a whole number and can be a kilobyte (KB) or a megabyte (MB) value. The maximum amount cannot exceed 2 GB (less than 2048 MB). However, using memory values in GB range is not recommended.
181181

182182
EVENT_RETENTION_MODE = { **ALLOW_SINGLE_EVENT_LOSS** | ALLOW_MULTIPLE_EVENT_LOSS | NO_EVENT_LOSS }
183183
Specifies the event retention mode to use for handling event loss.

0 commit comments

Comments
 (0)