Skip to content
  1. Jan 20, 2020
  2. Jan 18, 2020
  3. Jan 17, 2020
  4. Jun 11, 2019
  5. May 24, 2019
  6. Feb 24, 2018
  7. Aug 21, 2017
    • 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
  8. Jul 03, 2017