DataCache Class |
Namespace: VelocityDb
The DataCache type exposes the following members.
Name | Description | |
---|---|---|
AvailableRamMB |
Current available memory in MB as calculated by using PerformanceCounter or current use relative to MaximumMemoryUse
| |
MaximumMemoryUse |
Maximum number of bytes to allow for this Process (reduces cached objects and pages when memory allocated reaches this soft limit)
| |
MemoryUsedByThisProcess |
The amount of virtual memory, in bytes, allocated for this process.
| |
MinimumAvailableMegaBytes |
Decide the minimum amount of available memory before reducing page caching and flushing updated pages. Only used by 32-bit process.
| |
PageCacheEnabled |
Enable or disable page cache. In cases where pages are not going to be revisited, performance may be improved by disabling the page cache. In other cases leave the page cache enabled (the default)
|
Name | Description | |
---|---|---|
s_computerInfo |