Skip to content

Commit 09b5a95

Browse files
authored
Update README.md
Signed-off-by: Jarry Xiao <[email protected]>
1 parent 6560170 commit 09b5a95

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ atlas-replay-node --mode=rpc \
3838
```
3939

4040
#### Low CPU mode
41+
This will use up to 4 CPU cores
42+
4143
```bash
4244
atlas-replay-node --mode=rpc \
4345
--log-level=info \
4446
--redis-url='redis://redis-testnet.atlas.xyz:6379/' \
4547
--server-url='https://testnet.atlas.xyz:3002/' \
4648
--postgres-url='postgresql://public_access:[email protected]:5432/svm_node' \
4749
--api-key=<YOUR API KEY> \
48-
--num-async-threads=2 \
50+
--num-async-threads=1 \
4951
--low-cpu
5052
```
5153

@@ -64,9 +66,11 @@ docker run -d \
6466
--server-url='https://testnet.atlas.xyz:3002/' \
6567
--postgres-url='postgresql://public_access:[email protected]:5432/svm_node' \
6668
--api-key=<YOUR API KEY> \
67-
--num-async-threads=2
69+
--num-async-threads=1
6870
```
6971
#### Low CPU mode
72+
This will use up to 4 CPU cores
73+
7074
```bash
7175
docker run -d \
7276
--name atlas-rpc \
@@ -78,7 +82,7 @@ docker run -d \
7882
--server-url='https://testnet.atlas.xyz:3002/' \
7983
--postgres-url='postgresql://public_access:[email protected]:5432/svm_node' \
8084
--api-key=<YOUR API KEY> \
81-
--num-async-threads=2 \
85+
--num-async-threads=1 \
8286
--low-cpu
8387
```
8488

0 commit comments

Comments
 (0)