Microsoft Internet Security and Acceleration Server 2004 SDK

MemoryUsagePercentage Property of IFPCCacheConfiguration[C++]

FPCCacheConfiguration.MemoryUsagePercentage [Visual Basic]

[C++]

The MemoryUsagePercentage property gets or sets the percentage of physical memory used for the ISA Server cache.

HRESULT get_MemoryUsagePercentage(
  long* plMemoryUsage
);

HRESULT put_MemoryUsagePercentage(
  long lMemoryUsage
);

Parameters

plMemoryUsage
Pointer to a variable that on return receives a 32-bit integer specifying the percentage of memory used for the ISA Server cache.
lMemoryUsage
A 32-bit integer that specifies the percentage of memory used for the ISA Server cache.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

If you are using a particular computer primarily for ISA Server, this number should be higher because a higher percentage 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 Server. For more information, see ISA Server Caching Mechanism.

[Visual Basic]

The MemoryUsagePercentage property gets or sets the percentage of physical memory used for the ISA Server cache.

Property MemoryUsagePercentage As Long

Property Value

A 32-bit integer that specifies the percentage of memory used for the ISA Server cache.

Remarks

This property is read/write.

If you are using a particular computer primarily for ISA Server, this number should be higher because a higher percentage 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 Server. For more information, see ISA Server Caching Mechanism.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCCacheConfiguration