Skip to content

Commit

Permalink
Add runtime-cache-size
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Sep 27, 2024
1 parent d2526d6 commit c51995e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/node-operators/run-archive-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tar xvf darwinia-x86_64-linux-gnu.tar.bz2
### Run An Archive Node

!!! note
Most of the arguments are the same between different networks. However, please note that the `-chain`, `-base-path` and `-chain` after `--` refer to the relay chain in the last line.
Most of the arguments are the same between different networks. However, please note that the `--chain`, `--base-path` and `--chain` after `--` refer to the relay chain in the last line.

- For Darwinia Chain

Expand All @@ -43,6 +43,7 @@ tar xvf darwinia-x86_64-linux-gnu.tar.bz2
--rpc-external \
--rpc-cors=all \
--rpc-max-connections=1000 \
--runtime-cache-size=64 \
-- \
--chain=polkadot
```
Expand All @@ -59,6 +60,7 @@ tar xvf darwinia-x86_64-linux-gnu.tar.bz2
--rpc-external \
--rpc-cors=all \
--rpc-max-connections=1000 \
--runtime-cache-size=64 \
-- \
--chain=kusama
```
```

0 comments on commit c51995e

Please sign in to comment.