Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hashtable-on-dram option #198

Open
wants to merge 1 commit into
base: memkeydb-3.2.12
Choose a base branch
from

Conversation

michalbiesek
Copy link

@michalbiesek michalbiesek commented Jun 19, 2020

  • set to no to keep expected dram-pmem ratio for small object size e.g.
    32 bytes for 1:16 ratio
  • restore generic zfree mechanism in dict module - Hashtable is
    initialized before reading config - so it could be on dram or pmem,
    despite the selected hashtable-on-dram option

Co-authored-by: jschmieg jakub.schmiegel@intel.com


This change is Reviewable

- set to no to keep expected dram-pmem ratio for small object size e.g.
32 bytes for 1:16 ratio
- restore generic zfree mechanism in dict module - Hashtable is
initialized before reading config - so it could be on dram or pmem,
despite the selected hashtable-on-dram option

Co-authored-by: jschmieg <jakub.schmiegel@intel.com>
@nvml-bot
Copy link

Can one of the admins verify this patch?

PatKamin added a commit to PatKamin/redis that referenced this pull request Oct 28, 2022
[4.0.11-devel] Fix make test failing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants