emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 4ce68f8: * src/puresize.h (BASE_PURESIZE): Increase it some m


From: Ken Brown
Subject: Re: master 4ce68f8: * src/puresize.h (BASE_PURESIZE): Increase it some more.
Date: Mon, 30 May 2016 08:10:17 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]