From 1afcde625f73031197d1bd2ef10d0ededc3476ca Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Fri, 16 Jun 2017 10:30:57 -0700 Subject: [PATCH] Add redis notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..56b327f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Podsync +Turn YouTube channels into podcast feeds + +## Redis configuration notes +- [Set overcommit_memory=1 on CoreOS](https://gist.github.com/PyYoshi/c7b271c8ba80ea350376) +- [Set somaxconn=1024 on CoreOS](https://gist.github.com/PyYoshi/55c6953b7e8267d81daf) +- [Tweak Redis](https://easyengine.io/tutorials/redis/)