neowin[.]net/news/registry-hack-fixes-wd-sn770-sn580-windows-11-24h2-blue-screens-bsod/
There's not much info -- just user reported issues -- but apparently *some* WD [Western Digital] NVMe drives are causing BSODs running 24H2. The issue seems to be that Windows sets up more RAM cache than the drives can handle. The [temporary] fix seems to be either turn HMB [Host Memory Buffer] off or limit to 64 MB in the registry -- you will need to restart to put it into effect.
------- 64MB
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorPort]
"HmbAllocationPolicy"=dword:00000002
-------
-------Off
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorPort]
"HmbAllocationPolicy"=dword:00000000
-------