The cache percent is actually not bad - most of the servers using my
proxy.cfg (tip #63) end up with a cache hit percent in the teens,
because I tell the proxy not to cache sites with cookies. (I've seen
that cause issues with sites that use cookie-based passwords).
You need to balance max hot nodes with max hot unreferenced time, RAM
and sheer speed of disk I/O. The most critical thing I have seen is to
make sure you never hit the max hot nodes. I view the tuning as partly
an exercise for keeping under the maximum. On really busy servers with
fast internet connections I've had to lower the max hot unreferenced
time to have the proxy begin releasing hot nodes earlier so it doesn't
max out.
If you are really busy, you might just consider setting up another proxy
and load-balancing between them.
Craig Johnson
Novell Knowledge Partner
*** For a current patch list, tips, handy files and books on
BorderManager, go to http://www.craigjconsulting.com ***
As far as I know, the max hot nodes you can set is 2/3rds of the max
file locks. The max file locks is 100,000, so try max hot nodes of
66,666, and see if that helps any.
It may be that you just cannot write any faster, but need to.
Lowering the hot unreferenced time might help keep you from hitting the
max hot nodes, or at least delay hitting the upper limit for a bit
longer.