Skip to content

Commit

Permalink
use max log
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 22, 2024
1 parent 51c22ce commit 65d738e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/row_cache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ function check_cache_size!(cache::RowCache; new_add::Bool = false)
v = 0
end
if length(cache.temp_cache) > cache.max_num_keys - v
@info "Maximum memory reached, removing one row from cache (not belonging to `persistent_cache_keys`)."
@info "Maximum memory reached, removing rows from cache (not belonging to `persistent_cache_keys`)." maxlog =
1
purge_one!(cache)
end
return
Expand Down

0 comments on commit 65d738e

Please sign in to comment.