emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/sheap.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/sheap.c
Date: Sat, 18 Mar 2006 14:02:02 +0000

Index: emacs/src/sheap.c
diff -u emacs/src/sheap.c:1.6 emacs/src/sheap.c:1.7
--- emacs/src/sheap.c:1.6       Mon Feb  6 15:23:21 2006
+++ emacs/src/sheap.c   Sat Mar 18 14:02:01 2006
@@ -26,11 +26,7 @@
 
 #include <unistd.h>
 
-#ifdef HAVE_X_WINDOWS
-#define STATIC_HEAP_SIZE       (8 * 1024 * 1024)
-#else
-#define STATIC_HEAP_SIZE       (8 * 1024 * 1024)
-#endif
+#define STATIC_HEAP_SIZE       (12 * 1024 * 1024)
 
 int debug_sheap = 0;
 




reply via email to

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