[Bug 5657] EVE Online reports VM Size as 0 while on Windows it reports the memory usage (NtQueryInformationProcess ProcessVmCounters info class: actual value for 'PagefileUsage' required)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 11 10:43:29 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=5657

winetest at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winetest at luukku.com

--- Comment #19 from winetest at luukku.com ---
I might have found the cause

> As already mentioned, only 'PagefileUsage' is actually required for EVE.
> The best substitute for 'PagefileUsage' might be 'VmSize' from either
> '/proc/<pid>/stat' (VmSize) or '/proc/<pid>/statm' (VmSize*page_size).

But the patch that got commited only adds PeakPagefileUsage

On the other hand the patch here

https://bugs.winehq.org/attachment.cgi?id=47524&action=diff

has PagefileUsage

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list