From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: Heap size [Cygwin] Date: Sun, 21 Nov 2010 08:00:55 -0500 Message-ID: <4CE91807.9020903@cornell.edu> References: <4CE85963.6040801@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290345578 17503 80.91.229.12 (21 Nov 2010 13:19:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2010 13:19:38 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 14:19:34 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PK9pO-0006UU-9J for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 14:19:34 +0100 Original-Received: from localhost ([127.0.0.1]:39272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PK9bJ-0002BU-F2 for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 08:05:01 -0500 Original-Received: from [140.186.70.92] (port=43416 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PK9Xy-0001kz-Lm for emacs-devel@gnu.org; Sun, 21 Nov 2010 08:02:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PK9Xc-0003N6-7X for emacs-devel@gnu.org; Sun, 21 Nov 2010 08:01:12 -0500 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141]:42427 helo=authusersmtp.mail.cornell.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PK9Xc-0003M0-4j for emacs-devel@gnu.org; Sun, 21 Nov 2010 08:01:12 -0500 Original-Received: from [192.168.1.5] (cpe-67-249-196-94.twcny.res.rr.com [67.249.196.94]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id oALD0pB7025642 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 21 Nov 2010 08:00:52 -0500 (EST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: <4CE85963.6040801@alice.it> X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132950 Archived-At: On 11/20/2010 6:27 PM, Angelo Graziosi wrote: > Just out of curiosity, why STATIC_HEAP_SIZE has been increased to 13 MB > in src/sheap.c, on trunk? I've been testing the snapshot for what will be Cygwin 1.7.8, and 12MB is not enough for bootstrapping Emacs on that version of Cygwin. I thought it would be best to go ahead and increase the heap size, rather than wait for people to upgrade to Cygwin 1.7.8 and suddenly find that bootstrapping fails. Ken