diff options
author | mqus <[email protected]> | 2018-12-14 20:32:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-12-14 20:32:11 +0100 |
commit | 76c510c5b63d6dcbb0596dcd31f30061fa8882e1 (patch) | |
tree | 16922b178ac395adc7ec5a4fcfd6107cd5de1342 | |
parent | 4635d62e2c087e1f0f0049a9d95b06ad0c80b3a4 (diff) | |
download | vaultwarden-76c510c5b63d6dcbb0596dcd31f30061fa8882e1.tar.gz vaultwarden-76c510c5b63d6dcbb0596dcd31f30061fa8882e1.zip |
move memory note
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,6 +21,8 @@ A compiled version of the web vault can be downloaded from [dani-garcia/bw_web_b If you prefer to compile it manually, follow these steps: +*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 only about 10MB of RAM.* + - Clone the git repository at [bitwarden/web](https://github.com/bitwarden/web) and checkout the latest release tag (e.g. v2.1.1): ```sh # clone the repository @@ -38,8 +40,6 @@ git apply /path/to/bitwarden_rs/docker/set-vault-baseurl.patch - 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 npm run sub:init npm install |