This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: Increasing Available Memory for Cygwin Run Programs in XP
- From: "Brad Krane" <brad dot krane at gmail dot com>
- To: "Cygwin General List" <cygwin at cygwin dot com>
- Date: Thu, 11 May 2006 10:52:13 -0400
- Subject: RE: Increasing Available Memory for Cygwin Run Programs in XP
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/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/