20 Oct
2009
20 Oct
'09
6:59 p.m.
Hi, On Sun, Oct 18, 2009 at 11:24:49AM +0800, eriol2004 wrote:
Hello, I am using Dillo v2.1.1 on my embedded device with limitation of memory usage. How to limit the cache size or set no cache to the image?
Currently there's no dillorc setting to do it, but if you look in cache.c you'll find a call to a_Dicache_cleanup(). I'd suggest to add a function afterwards (e.g. a_Cache_image_cleanup()), and make it suit your needs. Please report on what you finally did. -- Cheers Jorge.-