TAG NAME memory_replacement_policy

Description Specifies the policy for object replacement in memory when space for new objects is not available
Build Option
Default
Usage
memory_replacement_policy policy
Default
memory_replacement_policy lru
Synopsis
Like cache_replacement_policy, this applies to memory space (RAM) for object replacement when the required space is not available for new objects.

Policies are same as cache_replacemen_policy.

Arguments

policy
One of the policies mentioned in cache_replacement_policy tag


Example(s)
memory_replacement_policy LFUDA