Closed
Description
OS: Windows Server 2019 Datacenter
total memory: 12GB
unused memory: 7.5GB (≈7GB)
but ghw
print unused=total
memory (12GB physical, 12GB usable)
SELECT TotalVisibleMemorySize FROM Win32_OperatingSystem
You should use FreePhysicalMemory instead of TotalVisibleMemorySize,
picture from Microsoft WMI API website: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-operatingsystem
Metadata
Metadata
Assignees
Labels
No labels