DataCacheMinimumAvailableMegaBytes Property |
Decide the minimum amount of available memory before reducing page caching and flushing updated pages. Only used by 32-bit process.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ulong MinimumAvailableMegaBytes { get; set; }
Public Property MinimumAvailableMegaBytes As ULong
Get
Set
public:
property unsigned long long MinimumAvailableMegaBytes {
unsigned long long get ();
void set (unsigned long long value);
}
member MinimumAvailableMegaBytes : uint64 with get, set
Property Value
Type:
UInt64See Also