[Wine] memory limit?

most at museresearch.com most at museresearch.com
Wed Jun 14 14:55:06 CDT 2006


> I've got a simple (32bit) windows application (compiled in Borland c++
> builder):
>
> int *p;
> while(1) {
>     p = new int[10000000]; //allocates 40 MB of memory
> }

We did the same thing on our older wine (20050419) and found that we could
up the amount to very close to 2GB by playing with WINEPRELOADRESERVE.

- Michael Ost



More information about the wine-users mailing list