max_memory_for_cache property

max_memory_for_cache property

Gets or sets the maximum available memory for cache in memory. The value specified is megabytes count.

Remarks

Value of 0 will consume all available memory and serves as no upper limit.

Definition:

@property
def max_memory_for_cache(self):
    ...
@max_memory_for_cache.setter
def max_memory_for_cache(self, value):
    ...

See Also