aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygheap.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-09 02:39:45 +0000
committerChristopher Faylor <me@cgf.cx>2000-11-09 02:39:45 +0000
commit3aae15c9ba650d18f92aad37d6a964484b2460f7 (patch)
tree31557eff69f1ca05195eced5a990e4eb2d26d389 /winsup/cygwin/cygheap.h
parentc5d03f3dcae1ac6203e6323714fde3fe4bca3f0b (diff)
downloadnewlib-3aae15c9ba650d18f92aad37d6a964484b2460f7.zip
newlib-3aae15c9ba650d18f92aad37d6a964484b2460f7.tar.gz
newlib-3aae15c9ba650d18f92aad37d6a964484b2460f7.tar.bz2
Increase cygwin heap size.
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-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 425185c..8ed3aa3 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;