On Tue, Aug 23, 2011 at 23:03, Jaap Winius <jwin...@umrk.nl> wrote:

> Quoting Brandon Allbery <allber...@gmail.com>:
>
>  First:  is the cache big enough?  The working set of even a lightweight
>> desktop manager is pretty big.
>>
>
> It's currently set to 128 MB on all of the workstations. I could increase
> that, but by how much? I'm under the impression that, not far beyond this
> point, the returns tend to diminish.


That was the old conventional wisdom, but these days people find 1GB caches
useful (especially since the cache was reorganized to not be flat).
 Meanwhile, 128MB will thrash a lot.  It *does* depend on usage to some
extent, but for home directories you should almost always have a fairly
large cache.

Third:  especially with Iceweasel/Firefox, you'll find that it helps a lot
>> to symlink the cache into /var/tmp or other fast local storage. ...
>>
>
> Actually, each of our physical servers also runs a Squid proxy cache, so we
> decided to simply disable all of the browser caches. Nevertheless, when
> someone's user volume is remote, Iceweasel still runs too slow.
>

It's still using the cache; it's just not persistent now.  Last time I
checked, any time Firefox loads images or media for a page, they are loaded
into the cache and (dis)played from there.  There used to be a memory cache
once, but not at this (URL) level any more.  You really want this to be
local, and maybe even ramdisk.

-- 
brandon s allbery                                      allber...@gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms

Reply via email to