Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 31 Jan 2001 10:43:06 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Workaround for heap errors in 1.1.8/Windows 9x Message-ID: <20010131104306.A24819@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline User-Agent: Mutt/1.3.11i --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I apparently set the heap size up too high for some Windows 9x systems. It works fine for me, of course. The workaround is the standard one for cygwin and is detailed here: http://sources.redhat.com/ml/cygwin/2000-04/msg00267.html Alternatively, you may be able to extract the included file to a known directory and say: regedit /s x:\wherever\you\put\it\size.reg This loads the registry with a new default size for cygwin to use when allocating the heap. cgf --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="size.reg" REGEDIT4 [HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin] "heap_chunk_in_mb"=dword:00000100 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple --n8g4imXOkfNTN/H1--