File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
4244atlas-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
7175docker 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
You can’t perform that action at this time.
0 commit comments