all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Katsumi Yamaoka <yamaoka@jpl.org>, emacs-devel@gnu.org
Subject: Re: master 4ce68f8: * src/puresize.h (BASE_PURESIZE): Increase it some more.
Date: Mon, 30 May 2016 08:10:17 -0400	[thread overview]
Message-ID: <5be35451-f29b-866b-3d27-56847454047a@cornell.edu> (raw)
In-Reply-To: <b4mr3ckasj9.fsf@jpl.org>

On 5/30/2016 3:55 AM, Katsumi Yamaoka wrote:
> On Sat, 28 May 2016 01:12:11 +0000, Paul Eggert wrote:
>>     * src/puresize.h (BASE_PURESIZE): Increase it some more.
> 
>> -#define BASE_PURESIZE (1801000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
>> +#define BASE_PURESIZE (1900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
> 
> Cygwin needs to increase it some more (2000000?).

Does this help?

--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -181,7 +181,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
 #endif
 
 #ifdef CYGWIN
-#define SYSTEM_PURESIZE_EXTRA 10000
+#define SYSTEM_PURESIZE_EXTRA 50000
 #endif
 
 #if defined HAVE_NTGUI && !defined DebPrint

Ken



  reply	other threads:[~2016-05-30 12:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20160528011211.25085.16741@vcs.savannah.gnu.org>
     [not found] ` <20160528011212.25BD5220156@vcs.savannah.gnu.org>
2016-05-30  7:55   ` master 4ce68f8: * src/puresize.h (BASE_PURESIZE): Increase it some more Katsumi Yamaoka
2016-05-30 12:10     ` Ken Brown [this message]
2016-05-30 22:58       ` Katsumi Yamaoka
2016-05-31  2:23         ` Ken Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5be35451-f29b-866b-3d27-56847454047a@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=emacs-devel@gnu.org \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.