<div dir="ltr"><div>Talking to Howard, he says that max_cache_blocks should be 1 and cache_block_size should be absent to get fastest import times because everything is loaded into memory in one big block.</div><div><br></div>

<div><div><Filter type="filters.chipper"></div><div>      <Option name="capacity">400</Option></div><div>      <Filter type="filters.cache"></div><div>        <Option name="max_cache_blocks">1</Option></div>

<div><br></div></div><div>instead of:</div><div><br></div><div><Filter type="filters.chipper"></div><div>      <Option name="capacity">400</Option></div><div>      <Filter type="filters.cache"></div>

<div>        <Option name="max_cache_blocks">3</Option></div><div>        <Option name="cache_block_size">321840</Option></div><div><br></div><div>Problem is that Windows 32 bit can't do this, it bombs out when allocating the chipper buffer. Any ideas how to get decent performance using the cache? In fact, how does the cache work?</div>

<div><br></div><div>Thanks,</div><div>Roger</div></div>