[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)
https://bugs.winehq.org/show_bug.cgi?id=5657 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #19 from winetest(a)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.
participants (1)
-
wine-bugs@winehq.org