> 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 _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users