mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Merge pull request #1218 from SuperSandro2000/patch-1
Add RAM requirement
This commit is contained in:
commit
926f819e31
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ $ docker volume rm invidious_postgresdata
|
||||||
$ docker-compose build
|
$ docker-compose build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux:
|
### Linux
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
#### Install the dependencies
|
#### Install the dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue