1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Add redis notes

This commit is contained in:
Maksym Pavlenko
2017-06-16 10:30:57 -07:00
committed by GitHub
parent 9b8975ce09
commit 1afcde625f

7
README.md Normal file
View File

@ -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/)