Admin:Block cache miss ratio

From Resin 3.0

Revision as of 05:30, 23 May 2008 by Ferg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The "block cache miss ratio" represents the proportion of times the cache cannot find a block in memory and must read from the disk.

Because disk access is significantly more expensive than memory access, it is important to keep this value low.

The cache memory-size attribute configures the amount of memory allocated to the block cache:

<resin xmlns="http://caucho.com/ns/resin">
  <cluster id="">
     ...
     <cache memory-size="32m"/>
     ...
  </cluster>
</resin>
Personal tools