File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33 https://bornsql.ca/memory/
44 Copyright (c) BornSQL.ca
55 Written by Randolph West, released under the MIT License
6- Last updated: 7 September 2018
6+ Last updated: 17 March 2020
77
88 Based on an original algorithm by Jonathan Kehayias:
99 https://www.sqlskills.com/blogs/jonathan/how-much-memory-does-my-sql-server-actually-need/
@@ -31,6 +31,8 @@ v1.1 - 2016-11-22 - Thread stack reservation; NUMA affinity; new version check.
3131
3232v1.2 - 2018-09-07 - Removed reference to errant DMV.
3333
34+ v1.3 - 2020-03-17 - Happy St. Patrick's Day.
35+
3436*/
3537
3638-- Set this to 1 if you want to configure NUMA Node Affinity
@@ -157,7 +159,6 @@ SELECT @@VERSION AS [Version],
157159 ELSE ' Non-Enterprise Edition'
158160 END AS [Edition],
159161 CAST (@physicalMemorySource AS INT ) AS [Physical RAM (MB)],
160- -- CAST(@physicalMemory AS INT) AS [Physical RAM (GB)],
161162 c.[value] AS [Configured Value (MB)],
162163 c.[value_in_use] AS [Running Value (MB)],
163164 CAST (@recommendedMemory * 1024 AS INT ) AS [Recommended Value (MB)],
You can’t perform that action at this time.
0 commit comments