<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Boa tarde a todos e grato a todos que se interessaram em responder! </p>
<p>Como ficou:</p>
<p>Debian 8</p>
<p>Asterisk 11.8 .</p>
<p>Consultando uma tabela de profixos mysql via ODBC e gravando CDR.</p>
<p>Em relação a memoria depois de alguns ajustes esta consumindo dez porcento da memoria total atribuida a maquina virtual.</p>
<p>Processamento estavel na casa de 58%.</p>
<p>Agora ocorrendo algo&nbsp;em torno de 150 chamadas simultaneas &nbsp;<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;">sem transcodificação</span>&nbsp;.</p>
<p>Performance do sistema virtualizado muito boa em relação a maquinas fisicas.</p>
<p>Otimizamos a consulta no BD .</p>
<p>Em limits:</p>
<p></p>
<div><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">#</span></div>
<div><span style="font-size: 12pt;">
<div>
<div>#Each line describes a limit for a user in the form:</div>
<div>#</div>
<div>#&lt;domain&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;type&gt; &nbsp;&lt;item&gt; &nbsp;&lt;value&gt;</div>
<div>#</div>
<div>#Where:</div>
<div>#&lt;domain&gt; can be:</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- a user name</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- a group name, with @group syntax</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- the wildcard *, for default entry</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- the wildcard %, can be also used with %group syntax,</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for maxlogin limit</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- NOTE: group and wildcard limits are not applied to root.</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;To apply a limit to the root user, &lt;domain&gt; must be</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;the literal username root.</div>
<div>#</div>
<div>#&lt;type&gt; can have the two values:</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- &quot;soft&quot; for enforcing the soft limits</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- &quot;hard&quot; for enforcing hard limits</div>
<div>#</div>
<div>#&lt;item&gt; can be one of the following:</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- core - limits the core file size (KB)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- data - max data size (KB)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- fsize - maximum filesize (KB)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- memlock - max locked-in-memory address space (KB)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- nofile - max number of open files</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- rss - max resident set size (KB)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- stack - max stack size (KB)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- cpu - max CPU time (MIN)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- nproc - max number of processes</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- as - address space limit (KB)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- maxlogins - max number of logins for this user</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- maxsyslogins - max number of logins on the system</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- priority - the priority to run user process with</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- locks - max number of file locks the user can hold</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- sigpending - max number of pending signals</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- msgqueue - max memory used by POSIX message queues (bytes)</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- nice - max nice priority allowed to raise to values: [-20, 19]</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- rtprio - max realtime priority</div>
<div># &nbsp; &nbsp; &nbsp; &nbsp;- chroot - change root to directory (Debian-specific)</div>
<div>#</div>
<div>#&lt;domain&gt; &nbsp; &nbsp; &nbsp;&lt;type&gt; &nbsp;&lt;item&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;value&gt;</div>
<div>#</div>
<div>* - nofile &nbsp;500000</div>
<div>#* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; soft &nbsp; &nbsp;core &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0</div>
<div>#root &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hard &nbsp; &nbsp;core &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;100000</div>
<div>#* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hard &nbsp; &nbsp;rss &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10000</div>
<div>#@student &nbsp; &nbsp; &nbsp; &nbsp;hard &nbsp; &nbsp;nproc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20</div>
<div>#@faculty &nbsp; &nbsp; &nbsp; &nbsp;soft &nbsp; &nbsp;nproc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20</div>
<div>#@faculty &nbsp; &nbsp; &nbsp; &nbsp;hard &nbsp; &nbsp;nproc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 50</div>
<div>#ftp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hard &nbsp; &nbsp;nproc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0</div>
<div>#ftp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; &nbsp; &nbsp; chroot &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/ftp</div>
<div>#@student &nbsp; &nbsp; &nbsp; &nbsp;- &nbsp; &nbsp; &nbsp; maxlogins &nbsp; &nbsp; &nbsp; 4</div>
<div># End of file</div>
<div><br>
</div>
<br>
</div>
<div><br>
</div>
</span></div>
<div><br>
</div>
<br>
<p></p>
</div>
</body>
</html>