You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when there are memory problems for X amount of time, and things can't be flushed, GC is called. This should not happen. Instead, the caches should be explicitly cleared and GC should not be called. The new clear_cache_threshold replaces the gc_threshold.
Also, because of this change, there is no need for a scheduler to run on the soft/weak filter caches.
The text was updated successfully, but these errors were encountered:
Currently, when there are memory problems for X amount of time, and things can't be flushed, GC is called. This should not happen. Instead, the caches should be explicitly cleared and GC should not be called. The new
clear_cache_threshold
replaces thegc_threshold
.Also, because of this change, there is no need for a scheduler to run on the soft/weak filter caches.
The text was updated successfully, but these errors were encountered: