rspmad 起動時にwarnningを出す

WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. 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.
/etc/sysctl.conf
に
vm.overcommit_memory = 1
を追加

AIさんに聞くと Redisが「メモリのオーバーコミット」を有効にするよう警告しています。これを放置すると、バックグラウンドでのデータ保存(BGSAVE)やレプリケーションが失敗する可能性があります。との事