Skip to content

Commit

Permalink
feat: deactivate 'jemallocator' in signer
Browse files Browse the repository at this point in the history
It is not needed anymore as we don't use anymore big HashMaps
to store the leaves of the Merkle trees used to sign the Cardano
transactions in the signer.
  • Loading branch information
jpraynaud committed Aug 27, 2024
1 parent 09adb54 commit 8a6871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ prometheus-parse = "0.2.5"
slog-term = "2.9.0"

[features]
default = ["jemallocator"]
default = []

bundle_openssl = ["dep:openssl", "dep:openssl-probe"]
jemallocator = ["dep:tikv-jemallocator"]

0 comments on commit 8a6871d

Please sign in to comment.