"tpatko" <wineforum-user@xxxxxxxxxx> 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@xxxxxxxxxx