This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mem allocation / heap_chunk


Hi,
I have come accross the 384 Mb limit for allocating memory in cygwin.
(e.g.  char* pnt = new char[ long size = 500*1024*1024 ]; will not work )

I have been able to modify this using the workaround documented in the
Users Guide (http://cygwin.com/cygwin-ug-net/setup-maxmem.html)

I would like to know if there is a way to do the same within code so that end-users
who receive a cygwin-compiled code do not require to go into the hassle of
using regtool or regedit


Is that feasible?

Thanks
fm

--
========================================================================
Fabrice Marchal http://www.inf.ethz.ch/~fmarchal fabrice dot marchal at ieee dot org fmarchal at inf dot ethz dot ch +41-(0)1-632-56-79
ETH Zurich, Computational Science and Engineering FAX:+41-(0)1-632-17-03
========================================================================




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]