DataCacheErrorSubStatus.ServiceMemoryShortage Field

 

The memory available for the caching service is low.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public const int ServiceMemoryShortage
public:
literal int ServiceMemoryShortage
static val mutable ServiceMemoryShortage : int
Public Const ServiceMemoryShortage As Integer

Field Value

Type: System.Int32

Remarks

This relates to the physical memory on the machine rather than the memory used by the cache.

See Also

DataCacheErrorSubStatus Class
Microsoft.ApplicationServer.Caching Namespace

Return to top