-
Notifications
You must be signed in to change notification settings - Fork 503
Closed
Labels
Description
While running a Shiden node (archive mode) during the sync phase, the process was repeatedly killed due to OOM (Out of Memory).
Additional Information
• Network: Shiden
• Node mode: Archive
• Disk: 1.5 TB (/data)
• RAM: 64 GiB
• CPU: 8
• OS: Ubuntu 20.04
start command
docker run -d \
--name shiden-container \
--restart unless-stopped \
-p 30333:30333 \
-p 9933:9933 \
-p 9944:9944 \
-p 9615:9615 \
-v /data:/data \
staketechnologies/astar-collator:latest \
astar-collator \
--pruning archive \
--rpc-cors all \
--name shiden-node \
--chain shiden \
--base-path /data \
--prometheus-external \
--prometheus-port 9615 \
--rpc-external \
--rpc-methods Unsafe \
--rpc-port 9933 \
--enable-evm-rpc \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'