From f8da1507583d5064ee73b6bd5786a027da7ed6c0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 31 Jan 2001 15:06:06 +0000 Subject: * shared.cc (shared_info::initialize): Reduce size of heap. --- winsup/cygwin/shared.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/shared.cc') diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc index 3c99e2518..60a7f6d81 100644 --- a/winsup/cygwin/shared.cc +++ b/winsup/cygwin/shared.cc @@ -128,7 +128,7 @@ shared_info::initialize () /* FIXME: We should not be restricted to a fixed size heap no matter what the fixed size is. */ - heap_chunk_in_mb = reg.get_int ("heap_chunk_in_mb", 1024); + heap_chunk_in_mb = reg.get_int ("heap_chunk_in_mb", 256); if (heap_chunk_in_mb < 4) { heap_chunk_in_mb = 4; -- cgit v1.2.3