From 89f1b8c1e69aac71a54f7b3a9857dbf2681cfc8a Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sat, 19 Jun 2021 16:22:16 +0200 Subject: [PATCH] Correct the amount of RAM required for compilation (#86) Make it clear that it requires 2G **free**, not including the kernel and other programs. --- Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 5028f64..4e04908 100644 --- a/Installation.md +++ b/Installation.md @@ -10,7 +10,8 @@ dateCreated: 2021-02-25T11:24:06.655Z # Installation -To manually compile invidious you need at least 2GB of RAM. If you have less you can setup SWAP to have a combined amount of 2 GB or use Docker instead. +Compiling invidious requires at least 2GB of free RAM (We recommend to have at least 3GB installed). +If you have less (e.g on a cheap VPS) you can setup a SWAP file or partition, so the combined amount is >= 3GB. After installation take a look at the [Post-install steps](#post-install-configuration).