[Wine] Memory Limitations for WINE 1.1.33 under Mac OS Leopard

Alexandre Julliard julliard at winehq.org
Thu Dec 3 12:02:57 CST 2009


"tpatko" <wineforum-user at winehq.org> writes:

> This simple memory test program takes in a single argument in units of
> MB.  For WINE 1.1.21 I get 1530MB as the limit (1540MB fails) and for
> WINE 1.1.33 I get 1010MB as the limit (1020MB fails).  Any ideas and
> explanation for the deterioration in the ability to allocate memory
> between the older and newer versions?

There is less contiguous address space because of the need to leave more
space available for OpenGL. The total amount available is still the
same, you should fix your code to allocate in smaller chunks.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-users mailing list