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: Wed, 02 Mar 2011 16:37:34 -0500 Message-ID: <4D6EB89E.8040206@cornell.edu> References: <4CE85963.6040801@alice.it> <4CE91807.9020903@cornell.edu> <4CE93773.7090003@alice.it> <4CE93F33.80904@cornell.edu> 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 1299101871 2688 80.91.229.12 (2 Mar 2011 21:37:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2011 21:37:51 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 02 22:37:47 2011 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 1Putjt-0001xv-9O for ged-emacs-devel@m.gmane.org; Wed, 02 Mar 2011 22:37:45 +0100 Original-Received: from localhost ([127.0.0.1]:40964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Putjs-0004NE-MW for ged-emacs-devel@m.gmane.org; Wed, 02 Mar 2011 16:37:44 -0500 Original-Received: from [140.186.70.92] (port=59953 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Putjm-0004JI-8c for emacs-devel@gnu.org; Wed, 02 Mar 2011 16:37:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Putjl-0003Y8-4n for emacs-devel@gnu.org; Wed, 02 Mar 2011 16:37:38 -0500 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141]:45143 helo=authusersmtp.mail.cornell.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Putjl-0003Ws-1q for emacs-devel@gnu.org; Wed, 02 Mar 2011 16:37:37 -0500 Original-Received: from [128.84.234.248] (dhcp248.math.cornell.edu [128.84.234.248]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id p22LbTUF021249 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 2 Mar 2011 16:37:29 -0500 (EST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.14) Gecko/20110221 Thunderbird/3.1.8 In-Reply-To: <4CE93F33.80904@cornell.edu> X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 128.253.83.141 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:136729 Archived-At: On 11/21/2010 10:48 AM, Ken Brown wrote: > On 11/21/2010 10:14 AM, Angelo Graziosi wrote: >> Il 21/11/2010 14.00, Ken Brown ha scritto: >>> 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. >> >> Before the release of 1.7.8 the things can change, so it may be >> premature increase STATIC_HEAP_SIZE. The Emacs bootstrap should be >> conform to current release of Cygwin, I think. > > OK, I don't feel strongly about it. I've reverted the change. Now that Cygwin 1.7.8 has been released, I've reinstated the change. Ken