Skip to content

Commit 51ccb46

Browse files
authored
Update 8048 info
Great thanks to Eric Darling
1 parent 12970ca commit 51ccb46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SQL Server Trace Flag.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3900,7 +3900,9 @@ Link: http://www.sqlservergeeks.com/blogs/AmitBansal/sql-server-bi/64/sql-server
39003900

39013901
<a id="8048"></a>
39023902
#### Trace Flag: 8048
3903-
**Note: Beginning with SQL Server 2014 SP2 and SQL Server 2016 this behavior is controlled by the engine and trace flag 8048 has no effect.**<br />
3903+
According [Docs Trace Flags]: Beginning with SQL Server 2014 SP2 and SQL Server 2016 this behavior is controlled by the engine and trace flag 8048 has no effect.<br />
3904+
**BUT [according SQL Server ultra expert Erik Darling](https://github.com/ktaranov/sqlserver-kit/issues/195): The trace flag does still has effect. The engine behavior will partition memory if `CMEMTHREAD` contention is detected. Turning on TF 8048 forces the partitioning without having to hit the internal thresholds.
3905+
I trust Eric's opinion (and bold it).**<br />
39043906
Function: Converts NUMA partitioned memory objects into CPU partitioned<br />
39053907
Link: http://sql-sasquatch.blogspot.se/2013/04/startup-trace-flags-i-love.html<br />
39063908
Link: https://support.microsoft.com/kb/2809338<br />

0 commit comments

Comments
 (0)