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

chore(cli): use reth_cli_util allocator #137

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Oct 7, 2024

This now uses the reth_cli_util allocator, instead of manually pulling in jemalloc

@Rjected Rjected added C-enhancement New feature or request A-cli Related to the alphanet CLI labels Oct 7, 2024
@@ -30,7 +30,7 @@ default = ["jemalloc"]

asm-keccak = ["reth-optimism-cli/asm-keccak"]

jemalloc = ["dep:tikv-jemallocator"]
jemalloc = ["dep:tikv-jemallocator", "reth-cli-util/jemalloc"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we not remove the dep:tikv-jemallocator? it's pulled in by reth-cli-util/jemalloc

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah, fixed

@Rjected Rjected force-pushed the dan/propagate-jemalloc-feature branch from f24eedf to 21d5827 Compare October 8, 2024 01:51
@Rjected Rjected force-pushed the dan/propagate-jemalloc-feature branch from 21d5827 to b801609 Compare October 8, 2024 02:20
@onbjerg onbjerg merged commit 5c840dd into main Oct 8, 2024
13 checks passed
@onbjerg onbjerg deleted the dan/propagate-jemalloc-feature branch October 8, 2024 10:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-cli Related to the alphanet CLI C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants