Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-09 05:39:45 +0300
committerChristopher Faylor <me@cgf.cx>2000-11-09 05:39:45 +0300
commit3aae15c9ba650d18f92aad37d6a964484b2460f7 (patch)
tree31557eff69f1ca05195eced5a990e4eb2d26d389 /winsup
parentc5d03f3dcae1ac6203e6323714fde3fe4bca3f0b (diff)
Increase cygwin heap size.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/cygheap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index 425185c6a..8ed3aa3bc 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -24,7 +24,7 @@ enum cygheap_types
HEAP_1_MAX = 100
};
-#define CYGHEAPSIZE ((1000 * sizeof (fhandler_union)) + (2 * 65536))
+#define CYGHEAPSIZE ((2000 * sizeof (fhandler_union)) + (2 * 65536))
extern HANDLE cygheap;
extern HANDLE cygheap_max;