This commit is contained in:
Christopher Faylor 2002-11-02 03:31:15 +00:00
parent fe5ba95245
commit 3593c18730
3 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ shared_info::heap_chunk_size ()
reg_key r1 (HKEY_LOCAL_MACHINE, KEY_READ, "SOFTWARE",
CYGWIN_INFO_CYGNUS_REGISTRY_NAME,
CYGWIN_INFO_CYGWIN_REGISTRY_NAME, NULL);
heap_chunk = reg.get_int ("heap_chunk_in_mb", 384);
heap_chunk = reg.get_int ("heap_chunk_in_mb", 384);
}
if (heap_chunk < 4)