DataCacheMaximumMemoryUse Property |
Maximum number of bytes to allow for this Process (reduces cached objects and pages when memory allocated reaches this soft limit)
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static long MaximumMemoryUse { get; set; }
Public Shared Property MaximumMemoryUse As Long
Get
Set
public:
static property long long MaximumMemoryUse {
long long get ();
void set (long long value);
}
static member MaximumMemoryUse : int64 with get, set
Property Value
Type:
Int64See Also