Skip to content

Commit 4b5876e

Browse files
committed
Merge branch 'patch-18' of https://github.com/PiJoCoder/sql-docs-pr into 20201026-pr-17683
2 parents ed9fc48 + 208b5e0 commit 4b5876e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/database-console-commands/dbcc-freesystemcache-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DBCC FREESYSTEMCACHE
4747
## Arguments
4848
( 'ALL' [,_pool\_name_ ] )
4949
ALL specifies all supported caches.
50-
_pool\_name_ specifies a Resource Governor pool cache. Only entries associated with this pool are freed.
50+
_pool\_name_ specifies a Resource Governor pool cache. Only entries associated with this pool are freed. The pools names that can be specified as parameters here can be found from `select name from sys.dm_os_memory_clerks`. Most, but not all, caches can be individually freed using this command.
5151

5252
MARK_IN_USE_FOR_REMOVAL
5353
Asynchronously frees currently used entries from their respective caches after they're unused. After the DBCC FREESYSTEMCACHE WITH MARK_IN_USE_FOR_REMOVAL runs, new entries created in the cache aren't affected.

0 commit comments

Comments
 (0)