MTL(Memory to Leave)=(Stack size*max worker threads)+Additional space(By default 256 MB and can be controlled by-g) Stack size=512 KB per thread for 32 Bit SQL Server I.e=(256*512KB)+256MB=384MB 加载...
Memory utilized by SQLSERVR processGetMemoryProcessInfo()API used for this select physical_memory_in_use_kb/(1024)assql_physmem_inuse_mb, locked_page_allocations_kb/(1024)asawe_memory_mb, ...