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>2001-09-10 04:19:06 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-10 04:19:06 +0400
commit6409b03b1ad89db4a4e47ec1e20468d9ec4a4b80 (patch)
tree9aeddcbd47474139f88841123b80014e542c2329 /winsup
parentac9841a0702bb535aed64d21a6e1f3ed80c29482 (diff)
* sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/sigproc.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2391b0381..f8f393a8f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 9 20:09:11 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.
+
Mon Sep 10 08:28:00 2001 Robert Collins <rbtcollins@hotmail.com>
* thread.h (MT_Interface): Remove pshared mutex array.
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index a4b9168e4..d3323ab78 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -46,7 +46,7 @@ details. */
#define no_signals_available() (!hwait_sig || !sig_loop_wait)
-#define NZOMBIES 4096
+#define NZOMBIES 256
/*
* Global variables