Skip to content

Commit b4d3b03

Browse files
Merge pull request #34719 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 80f2f41 + 8ef4241 commit b4d3b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/relational-databases/extended-events/use-the-system-health-session.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Use the system_health session
33
description: The system_health Extended Events session is included with SQL Server. This session collects system data to troubleshoot database engine performance.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.reviewer: randolphwest
7-
ms.date: 10/22/2023
6+
ms.reviewer: randolphwest, dfurman
7+
ms.date: 07/16/2025
88
ms.service: sql
99
ms.subservice: xevents
1010
ms.topic: tutorial
@@ -47,7 +47,7 @@ The session collects information that includes the following information:
4747
4848
## View the system_health session data
4949

50-
The session uses both the ring buffer target and event file target to store the data. The event file target is configured with a maximum size of 5 MB and a file retention policy of 4 files.
50+
The session uses both the ring buffer target and event file target to store the data. The event file target is configured with a maximum size of 5 MB and a file retention policy of 4 files. In SQL Server Standard and Enterprise editions, the event file target has increased limits: a maximum size of 100 MB and a file retention policy of 10 files.
5151

5252
To view the session data from the ring buffer target with the Extended Events user interface available in [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)], see [Advanced Viewing of Target Data from Extended Events in SQL Server - Watch live data](../../relational-databases/extended-events/advanced-viewing-of-target-data-from-extended-events-in-sql-server.md#watch-live-data).
5353

0 commit comments

Comments
 (0)