diff options
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r-- | winsup/cygwin/shared.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |