Skip to content

Capping Memory Usage #26

Answered by smoyergh
victorstewart asked this question in Q&A
Discussion options

You must be logged in to vote

There is not currently an explicit method to cap the user-space memory consumed by a KVDB. Much of the total memory consumed by KVDB is in the page cache, never dirty, and the kernel can always steal it as needed.

We haven't observed memory consumption to be an issue, but I understand that some use-cases may want the ability to cap it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by smoyergh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #26 on December 11, 2020 18:47.