Skip to content
Snippets Groups Projects
Commit e4338cc5 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: do not account bloom filters to runtime quota

Back when bloom filters were introduced, neither box.info.memory() nor
box.stat.vinyl().memory didn't exist so bloom filters were accounted to
box.runtime.info().used for lack of a better place. Now, there's no
point to account them there. In fact, it's confusing, because bloom
filters are allocated with malloc(), not from the runtime arena, so
let's drop it.
parent 0066457c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment