>After searching the web, and finding
> (http://www.cloudscape.com/support/pubfaq.html#a58)
>the suggestion that 'ulimits' on open files of 64 might be too
>low -- and discovering that is indeed the default limit in solaris --
>I tried 'ulimits -n 1024' in the shell from which I
>start apache, but that didn't help. And I suspect that the
>value of 1024 did not get passed along to jserv.
>
I am also using Solaris and set the ulimit in the /etc/system file. I don't
know where the documentation came from, but my co-worker figured it out and
added these lines to the bottom of the /etc/system file:
set rlim_fd_max=4096
set rlim_fd_cur=1024
Bernie Bernstein
Talk City Inc.
voice: 408-871-5320 Join the Conversation.
email: [EMAIL PROTECTED] http://www.talkcity.com/
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]