* include/cygwin/version.h: Bump DLL minor number.
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Bump down to 16MB thanks to below changes.
This commit is contained in:
@ -1455,7 +1455,7 @@ void public_mSTATs();
|
||||
|
||||
#define M_MMAP_THRESHOLD -3
|
||||
|
||||
#define DEFAULT_MMAP_THRESHOLD (128 * 1024 * 1024)
|
||||
#define DEFAULT_MMAP_THRESHOLD (16 * 1024 * 1024)
|
||||
|
||||
#ifndef DEFAULT_MMAP_THRESHOLD
|
||||
#define DEFAULT_MMAP_THRESHOLD (256 * 1024)
|
||||
|
Reference in New Issue
Block a user