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

[State Sync] Disable DHT on staked network #5800

Closed
peterargue opened this issue Apr 28, 2024 · 1 comment
Closed

[State Sync] Disable DHT on staked network #5800

peterargue opened this issue Apr 28, 2024 · 1 comment
Assignees
Labels

Comments

@peterargue
Copy link
Contributor

Problem Definition

The DHT is the source of significant memory and CPU overhead on Access nodes. It's also used on Execution nodes, but they have considerably more memory/cpu available.

See #5798 and #5747 for analysis.

Proposed Solution

Disable the DHT for the staked network. It is not required for bitswap to function, and adds significant overhead that impacts node performance.

@peterargue
Copy link
Contributor Author

Instead of disabling complete, we've added CLI flags that an operator can use to disable it if there's an issue. we can make it the default later if we continue to see issues.

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

No branches or pull requests

1 participant