<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
1024 open files will get you around 120 concurrent calls. Rilawich,
putting the ulimit in safe asterisk doesn't always work (my experience,
and proven because your ulimit -n is still 1024). Add this line in
limits.conf "* - nofile 65535", its
located in /etc/security/<br>
<br>
Tzafrir Cohen wrote:
<blockquote cite="mid20070426080425.GH23327@xorcom.com" type="cite">
<pre wrap="">On Wed, Apr 25, 2007 at 11:09:54PM -0700, Justin Hamade wrote:
</pre>
<blockquote type="cite">
<pre wrap="">What does ulimit -a say?
Did you update limits.conf. This is a documented issue:
<a class="moz-txt-link-freetext" href="http://voip-info.org/wiki/index.php?page=file%20descriptors">http://voip-info.org/wiki/index.php?page=file%20descriptors</a>
</pre>
</blockquote>
<pre wrap=""><!---->
However if the huge number of open files is due to a leackage, just
increasing the count won't help.
Do you have something in the order of magnitude of 500 concurrent calls?
</pre>
</blockquote>
</body>
</html>