tpatko wrote: > I noticed in the loader/main.c that there seems to be some comment that it might be possible to set a build such that 3GB of memory can be allocated for a 32-bit process (through virtual memory mapping). Wine supports this as-is. All you need is an application compiled as large memory aware executable. Then Wine will let it allocate up-to 3GB per process (less all the libraries of course).