CacheLimit specifies the amount of disk space to use for storing temporary Internet files.

Note
We recommend setting this value to at least 51200 (50 MB), because lower values may negatively affect browsing performance. For computers with limited drive space, lower values may be used.

Values

Size_in_kilobytes

Specifies the amount of disk space to use for storing temporary Internet files.

Size_in_kilobytes is an integer. The allowed values are from 8192 (= 8 MB) to 1048576 (= 1 GB). If Size_in_kilobytes is set to a value smaller than 8192, then 8192 will be used.

Valid Configuration Passes

oobeSystem

Parent Hierarchy

Applies To

For a list of the Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-ClientNetworkProtocolImplementation.

XML Example

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

  Copy Code
<CacheLimit>102400</CacheLimit>

See Also