diff options
Diffstat (limited to 'src/sheap.c')
| -rw-r--r-- | src/sheap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sheap.c b/src/sheap.c index 192af4030c6..03da2afa813 100644 --- a/src/sheap.c +++ b/src/sheap.c | |||
| @@ -26,11 +26,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 26 | 26 | ||
| 27 | #include <unistd.h> | 27 | #include <unistd.h> |
| 28 | 28 | ||
| 29 | #ifdef HAVE_X_WINDOWS | 29 | #define STATIC_HEAP_SIZE (12 * 1024 * 1024) |
| 30 | #define STATIC_HEAP_SIZE (8 * 1024 * 1024) | ||
| 31 | #else | ||
| 32 | #define STATIC_HEAP_SIZE (8 * 1024 * 1024) | ||
| 33 | #endif | ||
| 34 | 30 | ||
| 35 | int debug_sheap = 0; | 31 | int debug_sheap = 0; |
| 36 | 32 | ||