Function ul_next_sys::ulConfigSetMemoryCacheSize

source ·
pub unsafe extern "C" fn ulConfigSetMemoryCacheSize(
    config: ULConfig,
    size: c_uint,
)
Expand description

The size of WebCore’s memory cache in bytes.

@note You should increase this if you anticipate handling pages with large resources, Safari typically uses 128+ MiB for its cache.

(Default = 64 * 1024 * 1024)