Skip to content

Commit

Permalink
change to 160G of ram for full node
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Oct 17, 2018
1 parent 8d5242a commit 5959f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ the blockchain. After syncing, you can exit the node using Ctrl+C and setup the
rpc-endpoint = 127.0.0.1:8090

**IMPORTANT:** By default the witness node will start in reduced memory mode by using some of the commands detailed in [Memory reduction for nodes](https://github.com/bitshares/bitshares-core/wiki/Memory-reduction-for-nodes).
In order to run a full node with all the account history you need to remove `partial-operations` and `max-ops-per-account` from your config file. Please note that currently(2018-10-15) a full node will need more than 120GB of RAM to operate and required memory is growing fast. Consider the following table as minimal requirements before running a node:
In order to run a full node with all the account history you need to remove `partial-operations` and `max-ops-per-account` from your config file. Please note that currently(2018-10-17) a full node will need more than 160GB of RAM to operate and required memory is growing fast. Consider the following table as minimal requirements before running a node:

| Default | Full | Minimal | ElasticSearch
| --- | --- | --- | ---
| 100G HDD, 16G RAM | 200G HDD, 120G RAM | 80G HDD, 4G RAM | 500G SSD, 32G RAM
| 100G HDD, 16G RAM | 200G HDD, 160G RAM | 80G HDD, 4G RAM | 500G SSD, 32G RAM

After starting the witness node again, in a separate terminal you can run:

Expand Down

0 comments on commit 5959f70

Please sign in to comment.