It seems Memory Overcommit is not enabled by default and I'm under the impression Redis runs better with this. In fact I believe the docs say it needs to be there in linux systems. Anyone have thoughts about enabling or leaving?
Edit /etc/sysctl.conf and add following variable and see if warning goes away (if you see any in logs...)
vm.overcommit_memory = 1