Skip to content

Commit 82f51d8

Browse files
Merge pull request #34451 from dimitri-furman/dfurman/tempdbrg
Fix table
2 parents 96cfabf + fbb667c commit 82f51d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/relational-databases/resource-governor/tempdb-space-resource-governance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dimitri-furman
55
ms.author: dfurman
66
ms.service: sql
77
ms.topic: concept-article
8-
ms.date: 06/10/2025
8+
ms.date: 06/16/2025
99
monikerRange: " >= sql-server-ver17 || >= sql-server-linux-ver17 "
1010
ms.custom:
1111
- build-2025
@@ -56,7 +56,7 @@ The percent limits are in effect only when the `tempdb` data file configuration
5656
| --- | --- | --- | --- |
5757
| - `GROUP_MAX_TEMPDB_DATA_MB` is not set<br />- For all data files, `MAXSIZE` is not `UNLIMITED`<br />- For all data files, `FILEGROWTH` is not zero | `tempdb` data files can autogrow up to their maximum size | The sum of `MAXSIZE` values for all data files | Yes |
5858
| - `GROUP_MAX_TEMPDB_DATA_MB` is not set<br />- For all data files, `MAXSIZE` is `UNLIMITED`<br />- For all data files, `FILEGROWTH` is zero | `tempdb` data files are pregrown to their intended sizes and cannot grow further | The sum of `SIZE` values for all data files | Yes |
59-
| All other configurations | | No |
59+
| All other configurations | | | No |
6060

6161
The following query lets you see the current `tempdb` data file configuration:
6262

0 commit comments

Comments
 (0)