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,


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to