summaryrefslogtreecommitdiff
path: root/src/sheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sheap.c')
-rw-r--r--src/sheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sheap.c b/src/sheap.c
index 65fbab538bb..31414fbe5c6 100644
--- a/src/sheap.c
+++ b/src/sheap.c
@@ -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;