Skip to content
  1. Jan 02, 2020
  2. Dec 26, 2019
  3. Dec 01, 2019
  4. Nov 25, 2019
  5. Nov 22, 2019
  6. Nov 07, 2019
  7. Jun 24, 2019
  8. Jun 11, 2019
  9. Jun 05, 2019
  10. May 24, 2019
  11. Mar 22, 2019
  12. Mar 19, 2019
  13. Feb 21, 2019
  14. Feb 20, 2019
  15. Feb 19, 2019
  16. Feb 15, 2019
  17. Jan 29, 2019
  18. Jan 28, 2019
  19. Jan 07, 2019
  20. Oct 02, 2018
  21. Jun 06, 2018
  22. Mar 03, 2018
  23. Feb 28, 2018
  24. Feb 24, 2018
  25. Sep 18, 2017
  26. Aug 30, 2017
  27. Aug 21, 2017
    • JOduMonT's avatar
      add vm.overcommit_memory=1 (#152) · b6853eee
      JOduMonT authored and Pierre Ozoux's avatar Pierre Ozoux committed
      as is recommanded by REDIS
      # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
      b6853eee
    • JOduMonT's avatar
      disable transparent hugepage (#153) · 63e81f7d
      JOduMonT authored and Pierre Ozoux's avatar Pierre Ozoux committed
      as recommanded by REDIS
      \# WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
      63e81f7d
    • JOduMonT's avatar
      vm.overcommit_memory & transparent_hugepage (#154) · b0df1b06
      JOduMonT authored and Pierre Ozoux's avatar Pierre Ozoux committed
      as recommanded by REDIS
      \#WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
      
      \# WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
      b0df1b06
  28. Aug 14, 2017
  29. Jul 03, 2017