Correct the amount of RAM required for compilation (#86)

Make it clear that it requires 2G **free**, not including the kernel and other programs.
This commit is contained in:
Samantaz Fox 2021-06-19 16:22:16 +02:00 committed by GitHub
parent d339dc7840
commit 89f1b8c1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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