* sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.

This commit is contained in:
Christopher Faylor 2001-09-10 00:19:06 +00:00
parent ac9841a070
commit 6409b03b1a
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -46,7 +46,7 @@ details. */
#define no_signals_available() (!hwait_sig || !sig_loop_wait)
#define NZOMBIES 4096
#define NZOMBIES 256
/*
* Global variables