From 6409b03b1ad89db4a4e47ec1e20468d9ec4a4b80 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 10 Sep 2001 00:19:06 +0000 Subject: [PATCH] * sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/sigproc.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use. + Mon Sep 10 08:28:00 2001 Robert Collins * 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 -- 2.43.5