Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 27 Feb 2001 10:54:54 +0100
From: Corinna Vinschen <cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Query about right <ALT> (AltGr) code
Message-ID: <20010227105454.A27406@cygbert.vinschen.de>
Mail-Followup-To: cygwin@cygwin.com
References: <20010224100016.T908@cygbert.vinschen.de> <Pine.WNT.4.32.0102261530570.-339647@tiller2.ventritex.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <Pine.WNT.4.32.0102261530570.-339647@tiller2.ventritex.com>; from jtiller@sjm.com on Mon, Feb 26, 2001 at 04:55:58PM -0800

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

