Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a74c16

Browse files
authored
Removed old comment
1 parent 6dbc4b7 commit 8a74c16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

max_server_memory.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
3232
v1.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)],

0 commit comments

Comments
 (0)