Skip to content

[Shiden] OOM issue during sync stage (archive node) #1528

@w4llisz

Description

@w4llisz

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions