CacheLimit (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the CacheLimit setting in Windows Embedded 8 Standard (Standard 8).

This setting contains an integer between 8192 and 1048576 that specifies the amount of disk space to use for storing temporary Internet files, in kilobytes.

If the value is set to a number smaller than 8192, then 8192 KB is used for storage.

Note

Unless drive space is limited, we recommend that you set this value to at least 51200 (50 MB), because lower values might negatively affect browsing performance.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

IE-ClientNetworkProtocolImplementation

Products/Embedded Core/IE-ClientNetworkProtocolImplementation/CacheLimit

XML Example

The following XML example shows how to reserve 100 MB of disk space for storing temporary Internet files.

<CacheLimit>102400</CacheLimit>

For an XML example that shows how to configure ReadyBoost devices, see SystemMaintenanceService XML Example.

See Also

Concepts

Embedded Core Settings