diff options
author | Ken Brown <kbrown@cornell.edu> | 2011-03-02 16:30:51 -0500 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2011-03-02 16:30:51 -0500 |
commit | 5aef9e9a95ba8ce1a91e004cea845c43917c3a56 (patch) | |
tree | 3882a172e3483d9ed543ceaf71873c13443ae143 /src/sheap.c | |
parent | 8e0321ad01eec8aba5d0c16a706cfe57d4329cfe (diff) | |
download | emacs-5aef9e9a95ba8ce1a91e004cea845c43917c3a56.tar.gz |
* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
Diffstat (limited to 'src/sheap.c')
-rw-r--r-- | src/sheap.c | 2 |
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; |