You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/configure-windows/hybrid-buffer-pool.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,12 +88,12 @@ SELECT name, is_memory_optimized_enabled FROM sys.databases;
88
88
89
89
## Best Practices for hybrid buffer pool
90
90
91
-
When formatting your PMEM device on Windows, use the largest allocation unit size available for NTFS (2 MB in Windows Server 2019) and ensure the device has been formatted for DAX (Direct Access).
91
+
-When formatting your PMEM device on Windows, use the largest allocation unit size available for NTFS (2 MB in Windows Server 2019) and ensure the device has been formatted for DAX (Direct Access).
92
92
93
-
Use [Locked Pages in Memory](./enable-the-lock-pages-in-memory-option-windows.md) on Windows.
93
+
-Use [Locked Pages in Memory](./enable-the-lock-pages-in-memory-option-windows.md) on Windows.
94
94
95
-
Files sizes should be a multiple of 2 MB (modulo 2 MB should equal zero).
95
+
-Files sizes should be a multiple of 2 MB (modulo 2 MB should equal zero).
96
96
97
-
If the server scoped setting for hybrid buffer pool is disabled, the feature will not be used by any user database.
97
+
-If the server scoped setting for hybrid buffer pool is disabled, the feature will not be used by any user database.
98
98
99
-
If the server scoped setting for hybrid buffer pool is enabled, you can use the database scoped setting to disable the feature for individual user databases.
99
+
-If the server scoped setting for hybrid buffer pool is enabled, you can use the database scoped setting to disable the feature for individual user databases.
0 commit comments