bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cygwin sheap.c - static heap exhausted


From: Craig McDaniel
Subject: Cygwin sheap.c - static heap exhausted
Date: Mon, 13 Mar 2006 14:32:12 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

I couldn't get today's CVS version of emacs to compile on Cygwin. The
"static heap exhausted" message from the sheap.c file indicated that 8M
was not enough. I tried 10M (failed again) and then 12M and it compiled
fine:

$ diff old/sheap.c sheap.c
30c30
< #define STATIC_HEAP_SIZE      (8 * 1024 * 1024)
---
> #define STATIC_HEAP_SIZE      (12 * 1024 * 1024)
32c32
< #define STATIC_HEAP_SIZE      (8 * 1024 * 1024)
---
> #define STATIC_HEAP_SIZE      (12 * 1024 * 1024)


--Craig McDaniel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]