mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
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:
parent
d339dc7840
commit
89f1b8c1e6
1 changed files with 2 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue