Skip to content

Commit

Permalink
Update Lighthouse patch, features and profile
Browse files Browse the repository at this point in the history
The original patch was missing balance updates and the default features/profiles led to increase memory usage (sigp/lighthouse#5970)
  • Loading branch information
Antoine Le Calvez authored and centromere committed Jun 26, 2024
1 parent e75bbaa commit bedca74
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 187 deletions.
2 changes: 1 addition & 1 deletion fullnodes/lighthouse/lighthouse-5.2.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
};
};

buildFeatures = [ "modern" "gnosis" ];
buildFeatures = [ "modern" "gnosis" "jemalloc" ];

nativeBuildInputs = [
rustPlatform.bindgenHook
Expand Down
Loading

0 comments on commit bedca74

Please sign in to comment.