Skip to content

Commit 2b86845

Browse files
authored
Merge pull request #15198 from PiJoCoder/patch-20
Formatting changes for Best practices - adding bullets
2 parents b3fccb2 + a293b5b commit 2b86845

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/database-engine/configure-windows/hybrid-buffer-pool.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ SELECT name, is_memory_optimized_enabled FROM sys.databases;
8888

8989
## Best Practices for hybrid buffer pool
9090

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).
9292

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.
9494

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).
9696

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.
9898

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

Comments
 (0)