Add note in FAQ for server hardware
authorChocobozzz <me@florianbigard.com>
Wed, 7 Feb 2018 10:17:10 +0000 (11:17 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 8 Feb 2018 08:52:57 +0000 (09:52 +0100)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 1bcd6006a90e5af580546d88228c0566ddb554cf..ab565c59d66392ada3e61b36495bd3c58ce42e7e 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -37,3 +37,16 @@ If you already have followers, you can't.
 
 If you don't have any followers, update your configuration and run
 `NODE_ENV=production npm run update-host` to update the torrent files (they contain your domain name).
+
+
+## Should I have a big server to run PeerTube?
+
+Not really. For instance, the demonstration server [https://peertube.cpy.re](https://peertube.cpy.re) has 2 vCore and 2GB of RAM and consumes on average:
+ * **CPU** -> nginx ~ 20%, peertube ~ 10%,   postgres ~ 1%, redis ~ 3%
+ * **RAM** -> nginx ~ 6MB, peertube ~ 120MB, postgres ~ 10MB, redis ~ 5MB
+So you would need:
+ * **CPU** 1 core if you don't enable transcoding, 2 at least if you enable it
+ * **RAM** 1GB
+ * **Storage** Completely depends on how many videos your users will upload
+