Skip to content

Commit

Permalink
Add config file support for high spec flag (#4438)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
ahamlat and fab-10 authored Sep 26, 2022
1 parent 1fbf703 commit d6e1400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Bug Fixes
- Remove records that track transactions by sender when they are empty to same memory in the transaction pool [#4415](https://github.com/hyperledger/besu/pull/4415)

- Add Toml configuration file support for _--Xplugin-rocksdb-high-spec-enabled_ flag
## 22.7.3

### Additions and Improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ public class RocksDBCLIOptions {
hidden = true,
paramLabel = "<BOOLEAN>",
description =
"Use this flag to boost Besu performance if you have a 16 GiB RAM hardware or more (default: ${DEFAULT-VALUE})",
arity = "0")
"Use this flag to boost Besu performance if you have a 16 GiB RAM hardware or more (default: ${DEFAULT-VALUE})")
boolean isHighSpec;

private RocksDBCLIOptions() {}
Expand Down

0 comments on commit d6e1400

Please sign in to comment.