]> git.eshelyaron.com Git - emacs.git/commitdiff
* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
authorKen Brown <kbrown@cornell.edu>
Wed, 2 Mar 2011 21:30:51 +0000 (16:30 -0500)
committerKen Brown <kbrown@cornell.edu>
Wed, 2 Mar 2011 21:30:51 +0000 (16:30 -0500)
src/ChangeLog
src/sheap.c

index 34e28866144592f61f6416d35880cfd214af4d8b..bce452be786b0ecddf4f8b7bfe8885806150af74 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-02  kbrown  <kbrown@cornell.edu>
+
+       * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
+
 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        Work around some portability problems with symlinks.
index 65fbab538bbc08ff63f53386b17a697bd5b96922..31414fbe5c6032196408274bdd388e36f6ecb16c 100644 (file)
@@ -25,7 +25,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
-#define STATIC_HEAP_SIZE       (12 * 1024 * 1024)
+#define STATIC_HEAP_SIZE       (13 * 1024 * 1024)
 
 int debug_sheap = 0;