Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jarry Xiao <[email protected]>
  • Loading branch information
jarry-xiao authored Nov 15, 2024
1 parent 6560170 commit 09b5a95
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ atlas-replay-node --mode=rpc \
```

#### Low CPU mode
This will use up to 4 CPU cores

```bash
atlas-replay-node --mode=rpc \
--log-level=info \
--redis-url='redis://redis-testnet.atlas.xyz:6379/' \
--server-url='https://testnet.atlas.xyz:3002/' \
--postgres-url='postgresql://public_access:[email protected]:5432/svm_node' \
--api-key=<YOUR API KEY> \
--num-async-threads=2 \
--num-async-threads=1 \
--low-cpu
```

Expand All @@ -64,9 +66,11 @@ docker run -d \
--server-url='https://testnet.atlas.xyz:3002/' \
--postgres-url='postgresql://public_access:[email protected]:5432/svm_node' \
--api-key=<YOUR API KEY> \
--num-async-threads=2
--num-async-threads=1
```
#### Low CPU mode
This will use up to 4 CPU cores

```bash
docker run -d \
--name atlas-rpc \
Expand All @@ -78,7 +82,7 @@ docker run -d \
--server-url='https://testnet.atlas.xyz:3002/' \
--postgres-url='postgresql://public_access:[email protected]:5432/svm_node' \
--api-key=<YOUR API KEY> \
--num-async-threads=2 \
--num-async-threads=1 \
--low-cpu
```

Expand Down

0 comments on commit 09b5a95

Please sign in to comment.