I didn't see errors in any of the logs, unfortuantely. I had a
suspiscion earlier that that might be the problem, but the parameters I
used were given to me by a Sun guy who set up some machines, and they
were defintely wrong. Now I know better.
John Madden wrote:
set rlim_fd_max=8192
> set rlim_fd_max=8192
> set rlim_fd_cur=1024
>
> I had used settings recommended by Sun (no comment!). So far, so good.
> The load testing software has 500 users logging in 5 seconds apart, with
> no problems yet.
Interesting. Had you not been getting any errors anywhere about running
out of fi
Well, whatever goes on when users log in, file handles/descriptors
must play a role. On the advice of a member group, I changed them in
/etc/system to:
set rlim_fd_max=8192
set rlim_fd_cur=1024
I had used settings recommended by Sun (no comment!). So far, so good.
The load testing software has