mirror of
https://github.com/iv-org/documentation.git
synced 2024-10-01 01:35:51 -04: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
@ -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 New Issue
Block a user