Files
UnrealEngineUWP/Engine/Source/Runtime/Core
danny couture dd88c7c758 Fix inconsistent total virtual memory being reported for Windows
Before:
LogMemory: Memory total: Physical=255.9GB (256GB approx)
LogMemory: Platform Memory Stats for WindowsEditor
LogMemory: Process Physical Memory: 266.32 MB used, 266.34 MB peak
LogMemory: Process Virtual Memory: 251.57 MB used, 251.57 MB peak
LogMemory: Physical Memory: 30622.70 MB used,  231393.88 MB free, 262016.56 MB total
LogMemory: Virtual Memory: 133801944.00 MB used,  415784.91 MB free, 134217728.00 MB total

After:
LogMemory: Memory total: Physical=255.9GB (256GB approx)
LogMemory: Platform Memory Stats for WindowsEditor
LogMemory: Process Physical Memory: 265.60 MB used, 265.60 MB peak
LogMemory: Process Virtual Memory: 247.32 MB used, 247.32 MB peak
LogMemory: Physical Memory: 30700.99 MB used,  231315.58 MB free, 262016.56 MB total
LogMemory: Virtual Memory: 38424.43 MB used,  415592.16 MB free, 454016.56 MB total

#rb Stefan.Boberg

[CL 15066466 by danny couture in ue5-main branch]
2021-01-13 09:32:34 -04:00
..