This is the mail archive of the cygwin@sources.redhat.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]

Re: Query about right <ALT> (AltGr) code


On Mon, Feb 26, 2001 at 04:55:58PM -0800, Jason Tiller wrote:
> $ troff
> C:\CYGWIN\BIN\TROFF.EXE: *** 2. unable to allocate heap, heap_chunk_size 1073741 824, Win32 error 8

You're using the 1.1.8-1 sources. There's a problem in setting
a too big heap area. To solve it, just open the source file
winsup/cygwin/shared.cc, goto line 131 and change the parameter
"1024" to "256". That's the value used in other versions.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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