Modify Malloc Tuning (#2398)

## Issue Addressed

NA

## Proposed Changes

I've noticed some of the SigP Prater nodes struggling on v1.4.0-rc.0. I suspect this is due to the changes in #2296. Specifically, the trade-off which lowered the memory footprint whilst increasing runtime on some functions.

Presently, this PR is documenting my testing on Prater.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-06-09 02:30:06 +00:00
parent 4a6f2fac81
commit b383836418
3 changed files with 0 additions and 51 deletions

1
Cargo.lock generated
View File

@@ -3884,7 +3884,6 @@ dependencies = [
"lazy_static",
"libc",
"lighthouse_metrics",
"num_cpus",
"parking_lot",
]