Applies To: Windows Server 2008,Windows Server 2008 R2

Sets the cache size limit.

Syntax

 Copy Code
bitsadmin /Cache /SetLimit Percent

Parameters

Parameter Description

Percent

The cache limit defined as a percentage of the total hard disk space..

Examples

The following example limits the cache size to 50%.

 Copy Code
C:\>bitsadmin /Cache /SetLimit 50 

Additional references