Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 15930

why the value for virtual_address_space_committed_kb is different from VM Commited

$
0
0

select * from [sys].[dm_os_process_memory]
DBCC memorystatus()

I run the above command ,and found that the value for virtual_address_space_committed_kb is 684964, but VM Commited from DBCC memorystatus() is 496596. why they are different ,does mean they are refer to different things?




Viewing all articles
Browse latest Browse all 15930

Trending Articles