add RAM requirement to README (#889)

This commit is contained in:
Daniel Kaiser 2022-03-16 17:13:23 +01:00 committed by GitHub
parent 751de532e2
commit e6fdbdb42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,15 @@ make wakunode2
#./build/wakunode2 --log-level:debug --discovery:off --fleet:test --log-metrics
```
Note: building `wakunode2` requires 2GB of RAM. The build will fail on systems not fulfilling this requirement.
Setting up a `wakunode2` on the smallest [digital ocean](https://docs.digitalocean.com/products/droplets/how-to/) droplet, you can either
* compile on a stronger droplet featuring the same CPU architecture and downgrade after compiling, or
* activate swap on the smallest droplet, or
* use Docker.
### Waku v2 Protocol Test Suite
```bash