You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis will issue two warnings on start-up when run on a EC2 machine. Both are config settings to be made on the host machine. After having made those settings Redis needs to be restarted.
sudo sysctl vm.overcommit_memory=1
sudo sh -c "echo never > /sys/kernel/mm/transparent_hugepage/enabled"
sudo sh -c "echo never > /sys/kernel/mm/transparent_hugepage/defrag"