|
From: Earnie B. <ea...@us...> - 2009-04-08 11:41:50
|
Quoting Vasanth Asokan <vas...@xi...>: > > > Charles Wilson-8 wrote: >> >> Vasanth Asokan wrote: >> >>> I increased my page file max size from 4096 MB to 8192 MB, renamed >>> cygwin1.dll away and rebooted. I still get the same error at the same >>> place. >>> Any other ideas? >> >> I'm not sure if MSYS supports this registry key (or if so, what name >> msys uses for it, or if not what replacement it provides) -- but on >> cygwin, sometimes you need to: >> >> http://cygwin.com/cygwin-ug-net/setup-maxmem.html >> >> Maybe this will jog someone else's memory... >> >> > > This did not make a difference. I still get the same error. Can someone > comment if MSYS indeed uses this key or a similar key in the registry? > No; but maybe. The memory limit has a fixed default of 256M based on what I see for this variable. MSYS itself doesn't initialize the variable but looking at the code, it might pick up the value if it exists. I don't remember how much hacking I did with it. Looking in registry.cc it appears I may have changed the hive path. Sorry, I've been away from the code too long. I'm not even sure if the memory is controlled by this variable at all any longer. -- Earnie |