]> git.eshelyaron.com Git - emacs.git/commitdiff
Increase the value of BASE_PURESIZE to avoid pure space overflow.
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2012 10:05:09 +0000 (12:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2012 10:05:09 +0000 (12:05 +0200)
 src/puresize.h (BASE_PURESIZE): Bump the base value to 1700000.  See
 http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
 for the reasons.

src/ChangeLog
src/puresize.h

index cf7302914ab13b56e231fd4869330882e90cbbc5..cef1edff87d12ea3ebd7cf39a65832c0288ced94 100644 (file)
@@ -1,5 +1,9 @@
 2012-10-19  Eli Zaretskii  <eliz@gnu.org>
 
+       * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.  See
+       http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
+       for the reasons.
+
        * alloc.c (NSTATICS): Decrease to 0x800.
 
 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
index 2f024345d612a2cb6f2f842f7b5fcebafdd11c30..26395a5729de2f122f7fc803b8d1966451d03b9e 100644 (file)
@@ -40,7 +40,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1620000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */