Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.MemoryUsagePercentage Property

Gets or sets the percentage of physical memory used for the ISA cache. If you are using a particular computer primarily for ISA, this number should be higher because it will increase the efficiency of the cache. If the computer's resources are needed for other services, you may want to consider lowering the percentage of memory used for ISA.

For more information, see ISA Server Caching Mechanism.

VBScript Syntax[VBScript]

FPCCacheConfiguration.MemoryUsagePercentage [ = lMemoryUsage ]

C++ Syntax[C++]

HRESULT get_MemoryUsagePercentage(
  long *plMemoryUsage
);
 
HRESULT put_MemoryUsagePercentage(
  long lMemoryUsage
);

Parameters

lMemoryUsage
Long value, in bytes, that specifies the percentage of memory used.

The property is read-write.

Applies To

FPCCacheConfiguration