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?