I figured it out, actually. Adding a ulimit -n (some number) to the init script did the trick.<br><br><div class="gmail_quote">On Tue, Nov 18, 2008 at 12:27 PM, Ludolf Holzheid <span dir="ltr"><<a href="mailto:lholzheid@bihl-wiedemann.de">lholzheid@bihl-wiedemann.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Tue, 2008-11-18 11:21:38 -0800, Chris Charman wrote:<br>
> Hey folks --<br>
><br>
> Can anyone tell me where the max number of clients is configured in 4.21?<br>
> I'm running okay for a while, but then I end up with repeated messages as<br>
> below in the logs:<br>
><br>
</div>> [..]<br>
><br>
> ------------- Config below -----------------<br>
><br>
> ulimit<br>
> unlimited<br>
<br>
Hi Chris,<br>
<br>
At least for my bash, 'ulimit' without any options returns the limit<br>
for the file size. To get the limit for the number of files, I have to<br>
type 'ulimit -n' or 'ulimit -a' (and get 1024).<br>
<br>
On our linux box, stunnel logs the following on startup:<br>
><br>
> FD_SETSIZE=1024, file ulimit=1024 -> 500 clients allowed<br>
><br>
which seems to match your observation.<br>
<br>
I vaguely remember the limit for the number of open files on linux can<br>
be adjusted somewhere in the /proc file system, but I don't really<br>
know.<br>
<br>
In any case, the limit you are hitting is set by the operating system.<br>
<br>
Ludolf<br>
<font color="#888888"><br>
--<br>
<br>
---------------------------------------------------------------<br>
Ludolf Holzheid             Tel:    +49 621 339960<br>
Bihl+Wiedemann GmbH         Fax:    +49 621 3392239<br>
Flo�w�rthstra�e 41          e-mail: <a href="mailto:lholzheid@bihl-wiedemann.de">lholzheid@bihl-wiedemann.de</a><br>
D-68199 Mannheim, Germany<br>
---------------------------------------------------------------<br>
<br>
</font></blockquote></div><br>