emacs-pretest-bug
[Top][All Lists]
Advanced

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

Emacs trunk needs to increase PURESIZE (was Re: [2007-07-24] Unicode2 --


From: Katsumi Yamaoka
Subject: Emacs trunk needs to increase PURESIZE (was Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space)
Date: Mon, 30 Jul 2007 09:14:47 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Hi,

The value of PURESIZE needs to be increased for at least the
Fedora 7 system:

[...]
Dumping under names emacs and emacs-22.1.50.1
emacs:0:Pure Lisp storage overflow (approx. 1120140 bytes needed)
144 pure bytes used
[...]

The following change solves it, however it seems to become
insufficient sooner or later.

*** puresize.h~ Thu Jul 26 07:42:09 2007
--- puresize.h  Mon Jul 30 00:13:23 2007
***************
*** 46 ****
! #define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
--- 46 ----
! #define BASE_PURESIZE (1121000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)

Is this the right fix?  If so, how much margin should it have?
Or is there another cause that requires it to be increased?

Regards,




reply via email to

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