On 3/25/19 2:40 PM, Thomas Stüfe wrote: > Note that this may not be enough for windows 32bit. Highest I can go there > (win32 slowdebug build I > just built) is 1400m.
That probably means something else is mapped into process memory that prevents continuous heap alloc. Does -Xmx2g work with fastdebug on your win32? We can adjust it later. -Aleksey