mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-05 23:28:57 +01:00
Add memory usage note to vault build process
As there were multiple people having problems with the build I thought that maybe adding a note would help.
This commit is contained in:
parent
65e36e2931
commit
4635d62e2c
1 changed files with 3 additions and 0 deletions
3
BUILD.md
3
BUILD.md
|
@ -37,6 +37,9 @@ git apply /path/to/bitwarden_rs/docker/set-vault-baseurl.patch
|
||||||
```
|
```
|
||||||
|
|
||||||
- Then, build the Vault:
|
- Then, build the Vault:
|
||||||
|
|
||||||
|
*Note: building the Vault needs ~1.5GB of RAM. On systems like a RaspberryPI with 1GB or less, please [enable swapping](https://www.tecmint.com/create-a-linux-swap-file/) or build it on a more powerful machine and copy the directory from there. This much memory is only needed for building it, running bitwarden_rs with vault needs about 10mb of RAM*
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run sub:init
|
npm run sub:init
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in a new issue