bloomd icon indicating copy to clipboard operation
bloomd copied to clipboard

clear command report filter is not proxied

Open XingFang opened this issue 5 years ago • 1 comments

macOS Mojave 10.14.6 bloomd v0.7.5

image

XingFang avatar Nov 26 '19 09:11 XingFang

memory consumer grow up with the time, but data of several days or month be necessary, Looking forward to a partitioning mechanism that can solve it

XingFang avatar Jan 10 '20 05:01 XingFang

@XingFang When you close the filter, it unmaps it from memory. However if you perform an operation on that in the mean time (check, set, etc) then the filter will be mapped back into memory. My guess is there is another client performing an operation between the close and clear operations, so that it is being mapped back.

armon avatar Feb 14 '23 18:02 armon