* sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.
This commit is contained in:
parent
ac9841a070
commit
6409b03b1a
|
@ -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.
|
||||
|
|
|
@ -46,7 +46,7 @@ details. */
|
|||
|
||||
#define no_signals_available() (!hwait_sig || !sig_loop_wait)
|
||||
|
||||
#define NZOMBIES 4096
|
||||
#define NZOMBIES 256
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
|
|
Loading…
Reference in New Issue