Re: [webkit-dev] WebKit resource caching

2009-05-14 Thread Ariya Hidayat
> I just wanted to know what impact does this value has on the WebKit > resource caching behavior. What would happen if I reduce this value to a > much smaller value? This value of 8 MB is quite big especially if WebKit is > running on an embedded platform with limited resources. It is the defaul

[webkit-dev] WebKit resource caching

2009-05-14 Thread Javed Rabbani
While looking through the WebKit code, I came across a hard-coded value of 8 MB in file WebCore/loader/Cache.cpp: static const int cDefaultCacheCapacity = 8192 * 1024; I just wanted to know what impact does this value has on the WebKit resource caching behavior. What would happen if I reduce this