Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Block import should be at least 100bps #1206

@gnunicorn

Description

@gnunicorn

investigating #448 we are seeing continuous 100% CPU (caused by one thread per one core) if we run --validator --chain dev --key Alice, even without any other nodes connected. We are not seeing this, if the node is not the proposer. However if we link up the proposing node with another node, we are also seeing a continuous 100% CPU usage of two threads on that second node. This suggests we are looping without necessity in the importing thread.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I9-optimisationAn enhancement to provide better overall performance in terms of time-to-completion for a task.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions