Skip to content

Memory usage increase #2682

Closed Answered by hengfeiyang
arasic asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, we write data into memtable for better performance, and the default memtable limit is 256MB. so even the memory usage up to 512MB, it is also no problem. if you want to change this limit, just give it a small size, like:

ZO_MAX_FILE_SIZE_ON_DISK = 16
ZO_MAX_FILE_SIZE_IN_MEMORY = 64

But too small setting will let the query not efficient.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by arasic
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