Skip to content

Commit

Permalink
Note restrictive RG configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-furman committed Nov 9, 2024
1 parent 36c65a2 commit 317b4da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-sql/database-watcher-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ titleSuffix: Azure SQL Database & SQL Managed Instance
description: A detailed description of SQL monitoring data collected by database watcher
author: dimitri-furman
ms.author: dfurman
ms.date: 10/07/2024
ms.date: 11/08/2024
ms.service: azure-sql
ms.subservice: monitoring
ms.topic: conceptual
Expand Down Expand Up @@ -43,6 +43,10 @@ If there is resource contention between your application workloads and database

The following example configures Resource Governor on a SQL managed instance. It limits CPU consumption by database watcher queries to 30% when there is no CPU contention. When there is CPU contention, this configuration reserves 5% of CPU for the monitoring queries and limits their CPU usage to 10%. It also limits the memory grant size for each monitoring query to 10% of the available memory.

> [!NOTE]
>
> If you make Resource Governor configuration too restrictive, for example by using low `MAX_CPU_PERCENT` or `CAP_CPU_PERCENT` values, database watcher might not be able to collect data reliably or at all because of insufficient compute resources.
```sql
USE master;
GO
Expand Down

0 comments on commit 317b4da

Please sign in to comment.