* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
This commit is contained in:
parent
8e0321ad01
commit
5aef9e9a95
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue