diff src/sheap.c @ 69554:e6104b603d86

(STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Mar 2006 14:02:01 +0000
parents 3bd95f4f2941
children 3d45362f1d38 e3bacb89536a
line wrap: on
line diff
--- a/src/sheap.c	Sat Mar 18 13:55:31 2006 +0000
+++ b/src/sheap.c	Sat Mar 18 14:02:01 2006 +0000
@@ -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;