<html>
<body>
At 11:35 17/12/2002, you wrote:<br>
<blockquote type=cite class=cite cite>don't know if this is of any use
for the file handles, and how appropriate<br>
it is for newer versions of Solaris:<br><br>
<a href="http://sunsite.uakom.sk/sunworldonline/swol-02-1998/swol-02-insidesolaris.html" eudora="autourl">http://sunsite.uakom.sk/sunworldonline/swol-02-1998/swol-02-insidesolaris.html</a><br><br>
but it gives a fair outline of how to increase system resource limits
for<br>
file handles.</blockquote><br>
And if you get lost in all that, here's the important bit:<br><br>
<blockquote type=cite class=cite cite>You can reset the limits in the
/etc/system file as follows: <br><br>
<pre>set rlim_fd_cur = 1024
set rlim_fd_max = 8192
</pre><font face="Courier New, Courier"></font>If you put the above in
the /etc/system file, users will have a default of 1k open files and be
able to set their own limit up to 8k.</blockquote><br>
I would advise values of something like<br>
<pre>set rlim_fd_cur = 8192
set rlim_fd_max = 16384
</body>
<br>
<div>-- </div>
<div>Julian Field</div>
<div><a href="http://www.mailscanner.info/" EUDORA=AUTOURL>www.MailScanner.info</a></div>
MailScanner thanks transtec Computers for their support
</html>