Increasing Available Memory for Cygwin Run Programs in XP

2006-05-10 Thread Brad Krane
I am trying to run a numerical simulation that requires a large amount of RAM in the cygwin environment running on a Pentium 4 with Windows XP and 3GB RAM. I have so far learned that Windows XP (and other Windows versions) allot only 2GB RAM for user program space. I have verified this with a smal

RE: Increasing Available Memory for Cygwin Run Programs in XP

2006-05-11 Thread Danny Smith
> I am trying to run a numerical simulation that requires a large amount > of RAM in the cygwin environment running on a Pentium 4 with Windows > XP and 3GB RAM. I have so far learned that Windows XP (and other > Windows versions) allot only 2GB RAM for user program space. I have > verified this wi

RE: Increasing Available Memory for Cygwin Run Programs in XP

2006-05-11 Thread Brad Krane
Look at "--large-address-aware" option in ld.info. Danny I have just tried this option by compiling with the line below: gcc -DMEMLOC -Wl,--large-address-aware memloc.c -o memloc and this has unfortunatly lead to no effect. -- Brad -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

RE: Increasing Available Memory for Cygwin Run Programs in XP Cygwin1.dll v1.5.19-cr-0x5ef

2006-05-11 Thread Brad Krane
Sorry I forgot to mention my Cygwin version in my previous post. -- Brad -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/