[Bug 39885] Cannot allocate more than 32gb of memory

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 30 00:58:36 CST 2015


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

--- Comment #2 from Alexandre Julliard <julliard at winehq.org> ---
The virtual heap is running out of space. Storing the page protection flags for
32Gb requires 8Mb, which is the heap limit. You can increase VIRTUAL_HEAP_SIZE
in dlls/ntdll/virtual.c to work around it, but we probably want a different
mechanism for such cases.

-- 
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