1. 20 Mar, 2020 1 commit
  2. 16 Mar, 2020 3 commits
  3. 15 Mar, 2020 3 commits
  4. 13 Mar, 2020 1 commit
  5. 12 Mar, 2020 3 commits
  6. 11 Mar, 2020 1 commit
  7. 07 Mar, 2020 1 commit
  8. 05 Mar, 2020 1 commit
  9. 04 Mar, 2020 4 commits
  10. 03 Mar, 2020 1 commit
  11. 02 Mar, 2020 1 commit
  12. 29 Feb, 2020 1 commit
  13. 28 Feb, 2020 2 commits
  14. 27 Feb, 2020 4 commits
  15. 25 Feb, 2020 1 commit
  16. 24 Feb, 2020 1 commit
  17. 23 Feb, 2020 2 commits
  18. 22 Feb, 2020 3 commits
  19. 19 Feb, 2020 2 commits
  20. 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
  21. 16 Feb, 2020 2 commits