Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extremely high disk use #1943

Open
c0mm4nd opened this issue Feb 7, 2023 · 0 comments
Open

Extremely high disk use #1943

c0mm4nd opened this issue Feb 7, 2023 · 0 comments

Comments

@c0mm4nd
Copy link

c0mm4nd commented Feb 7, 2023

Version: built docker container with commit e563459
Disk: HDD
Docker:

version: "3"

services:
  btcd:
    container_name: btcd
    hostname: btcd
    image: btcd:latest
    restart: unless-stopped
    volumes:
      - /mnt/hdd14t/btcd:/root/.btcd
    ports:
      - 18333:8333
      - 8334:8334
    command:
      - --txindex
      - --addrindex
      - --blocksonly
      - --rpclisten=:8334
      - --rpccert=/root/.btcd/rpc.cert
      - --rpckey=/root/.btcd/rpc.key
      - -u=btcd
      - -P=pass

Problem: always high disk write (>30MB
Realtime:
image

Accumulated:
image

This is abnormal, the writing rate and volumn is even more than an ethereum archive node.

ADD:
The data was fully-synced in SSD before moving to HDD, so the writing thing wont be initial syncing.
I didnt notice whether the problem had occured on SSD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant