1. 27 Feb, 2020 6 commits
  2. 25 Feb, 2020 2 commits
  3. 24 Feb, 2020 5 commits
  4. 23 Feb, 2020 4 commits
  5. 21 Feb, 2020 4 commits
  6. 20 Feb, 2020 6 commits
  7. 19 Feb, 2020 2 commits
  8. 18 Feb, 2020 2 commits
    • Oran Agra's avatar
      Defrag big lists in portions to avoid latency and freeze · 485425ce
      Oran Agra authored
      When active defrag kicks in and finds a big list, it will create a bookmark to
      a node so that it is able to resume iteration from that node later.
      
      The quicklist manages that bookmark, and updates it in case that node is deleted.
      
      This will increase memory usage only on lists of over 1000 (see
      active-defrag-max-scan-fields) quicklist nodes (1000 ziplists, not 1000 items)
      by 16 bytes.
      
      In 32 bit build, this change reduces the maximum effective config of
      list-compress-depth and list-max-ziplist-size (from 32767 to 8191)
      485425ce
    • hwware's avatar
      add missing subcommand description for debug oom · 7d4ebe11
      hwware authored
      7d4ebe11
  9. 16 Feb, 2020 2 commits
  10. 14 Feb, 2020 7 commits