sync
This commit is contained in:
@@ -13,7 +13,7 @@ DECLARE @isX64 BIT = 1;
|
||||
DECLARE @ThreadStackSize INT;
|
||||
DECLARE @osReserved INT;
|
||||
DECLARE @newMaxMem INT;
|
||||
DECLARE @appReserved INT = 0*1024*1024; --memory reserved for other apps on the server in Kb
|
||||
DECLARE @appReserved INT = 4*1024*1024; --memory reserved for other apps on the server in Kb
|
||||
|
||||
SELECT @totSysMemKb = [total_physical_memory_kb]
|
||||
FROM [sys].[dm_os_sys_memory];
|
||||
|
||||
Reference in New Issue
Block a user