Closed
Conversation
…malloc � Conflicts: � Cargo.lock � beacon_node/http_metrics/Cargo.toml � beacon_node/network/src/attestation_service/tests/mod.rs
Closed
Member
Author
|
I'm going to run this on 5k Pyrmont validators... Wish me luck :D |
Member
Author
|
It ran well overnight. It's running on two nodes which are using 3.66gb and 4.20gb (lol) resident memory. The other non-jemalloc nodes are using between 5.5gb and 6.03gb |
Member
Author
|
I'm observing the jemalloc nodes using roughly 2/3rds the resident memory of non-jemalloc nodes. It appears that this PR is quite effective at this point. |
paulhauner
added a commit
to paulhauner/lighthouse
that referenced
this pull request
Mar 30, 2021
commit 13adea78354beb4ff406bd8d5748b560feb37042 Merge: 345802f a764c3b Author: Paul Hauner <[email protected]> Date: Wed Feb 24 16:21:22 2021 +1100 Merge branch 'unstable' into jemalloc-paul commit 345802f Author: Paul Hauner <[email protected]> Date: Wed Feb 24 15:58:31 2021 +1100 Jemalloc by default commit 88e54ab Author: Paul Hauner <[email protected]> Date: Wed Feb 24 15:41:35 2021 +1100 Fix config commit 6680b6d Merge: 42eb539 46920a8 Author: Paul Hauner <[email protected]> Date: Wed Feb 24 14:21:45 2021 +1100 Merge branch 'unstable' into jemalloc-sea commit 42eb539 Author: Paul Hauner <[email protected]> Date: Tue Feb 16 12:12:34 2021 +1100 Set jemalloc as default, configure arenas commit 4331ef8 Merge: d4010e3 4a357c9 Author: Paul Hauner <[email protected]> Date: Tue Feb 16 10:00:47 2021 +1100 Merge branch 'unstable' into jemalloc-sea commit d4010e3 Author: Paul Hauner <[email protected]> Date: Tue Feb 16 10:00:37 2021 +1100 Make uses jemmaloc commit 5e968df Merge: ff14ee0 e2ff9c6 Author: realbigsean <[email protected]> Date: Fri Feb 12 10:36:49 2021 -0500 Merge branch 'unstable' of https://github.com/sigp/lighthouse into jemalloc � Conflicts: � Cargo.lock � beacon_node/http_metrics/Cargo.toml � beacon_node/network/src/attestation_service/tests/mod.rs commit ff14ee0 Author: realbigsean <[email protected]> Date: Fri Feb 12 10:35:18 2021 -0500 add newlines commit ce1c4e1 Author: realbigsean <[email protected]> Date: Fri Feb 12 09:54:19 2021 -0500 move jemalloc to a feature commit a0d7119 Author: realbigsean <[email protected]> Date: Thu Feb 11 19:12:13 2021 -0500 cargo lock commit f205c18 Author: realbigsean <[email protected]> Date: Thu Feb 11 18:53:43 2021 -0500 delete unused dep commit fd17192 Author: realbigsean <[email protected]> Date: Thu Feb 11 18:51:25 2021 -0500 delete background threads commit ae8b61a Author: realbigsean <[email protected]> Date: Thu Feb 11 18:50:55 2021 -0500 fix error handling and remove background threads commit 9e7a6b7 Author: realbigsean <[email protected]> Date: Thu Feb 11 11:48:25 2021 -0500 semicolon commit 3408ee1 Author: realbigsean <[email protected]> Date: Thu Feb 11 11:46:40 2021 -0500 update to associated function commit 074ce1f Author: realbigsean <[email protected]> Date: Thu Feb 11 11:43:25 2021 -0500 enable background threads commit 8805ef9 Author: realbigsean <[email protected]> Date: Thu Feb 11 10:34:47 2021 -0500 fix arenas commit 6f17971 Author: realbigsean <[email protected]> Date: Thu Feb 11 10:25:09 2021 -0500 import arenas commit 034b677 Author: realbigsean <[email protected]> Date: Thu Feb 11 10:23:12 2021 -0500 add more jemalloc stats commit 632bff2 Author: realbigsean <[email protected]> Date: Wed Feb 10 19:11:30 2021 -0500 test add jemalloc metrics commit abf5cac Author: realbigsean <[email protected]> Date: Wed Feb 10 19:03:08 2021 -0500 test add jemalloc metrics commit 1d1fc6a Author: realbigsean <[email protected]> Date: Wed Feb 10 18:48:48 2021 -0500 add jemalloc deps commit 3c7920b Author: realbigsean <[email protected]> Date: Wed Feb 10 18:34:18 2021 -0500 test add jemalloc metrics commit db6fda6 Author: realbigsean <[email protected]> Date: Wed Feb 10 18:14:22 2021 -0500 test add jemalloc
Member
Author
|
Closed in favor of #2288 |
paulhauner
added a commit
to paulhauner/lighthouse
that referenced
this pull request
Mar 30, 2021
commit 13adea78354beb4ff406bd8d5748b560feb37042 Merge: 345802f a764c3b Author: Paul Hauner <[email protected]> Date: Wed Feb 24 16:21:22 2021 +1100 Merge branch 'unstable' into jemalloc-paul commit 345802f Author: Paul Hauner <[email protected]> Date: Wed Feb 24 15:58:31 2021 +1100 Jemalloc by default commit 88e54ab Author: Paul Hauner <[email protected]> Date: Wed Feb 24 15:41:35 2021 +1100 Fix config commit 6680b6d Merge: 42eb539 46920a8 Author: Paul Hauner <[email protected]> Date: Wed Feb 24 14:21:45 2021 +1100 Merge branch 'unstable' into jemalloc-sea commit 42eb539 Author: Paul Hauner <[email protected]> Date: Tue Feb 16 12:12:34 2021 +1100 Set jemalloc as default, configure arenas commit 4331ef8 Merge: d4010e3 4a357c9 Author: Paul Hauner <[email protected]> Date: Tue Feb 16 10:00:47 2021 +1100 Merge branch 'unstable' into jemalloc-sea commit d4010e3 Author: Paul Hauner <[email protected]> Date: Tue Feb 16 10:00:37 2021 +1100 Make uses jemmaloc commit 5e968df Merge: ff14ee0 e2ff9c6 Author: realbigsean <[email protected]> Date: Fri Feb 12 10:36:49 2021 -0500 Merge branch 'unstable' of https://github.com/sigp/lighthouse into jemalloc � Conflicts: � Cargo.lock � beacon_node/http_metrics/Cargo.toml � beacon_node/network/src/attestation_service/tests/mod.rs commit ff14ee0 Author: realbigsean <[email protected]> Date: Fri Feb 12 10:35:18 2021 -0500 add newlines commit ce1c4e1 Author: realbigsean <[email protected]> Date: Fri Feb 12 09:54:19 2021 -0500 move jemalloc to a feature commit a0d7119 Author: realbigsean <[email protected]> Date: Thu Feb 11 19:12:13 2021 -0500 cargo lock commit f205c18 Author: realbigsean <[email protected]> Date: Thu Feb 11 18:53:43 2021 -0500 delete unused dep commit fd17192 Author: realbigsean <[email protected]> Date: Thu Feb 11 18:51:25 2021 -0500 delete background threads commit ae8b61a Author: realbigsean <[email protected]> Date: Thu Feb 11 18:50:55 2021 -0500 fix error handling and remove background threads commit 9e7a6b7 Author: realbigsean <[email protected]> Date: Thu Feb 11 11:48:25 2021 -0500 semicolon commit 3408ee1 Author: realbigsean <[email protected]> Date: Thu Feb 11 11:46:40 2021 -0500 update to associated function commit 074ce1f Author: realbigsean <[email protected]> Date: Thu Feb 11 11:43:25 2021 -0500 enable background threads commit 8805ef9 Author: realbigsean <[email protected]> Date: Thu Feb 11 10:34:47 2021 -0500 fix arenas commit 6f17971 Author: realbigsean <[email protected]> Date: Thu Feb 11 10:25:09 2021 -0500 import arenas commit 034b677 Author: realbigsean <[email protected]> Date: Thu Feb 11 10:23:12 2021 -0500 add more jemalloc stats commit 632bff2 Author: realbigsean <[email protected]> Date: Wed Feb 10 19:11:30 2021 -0500 test add jemalloc metrics commit abf5cac Author: realbigsean <[email protected]> Date: Wed Feb 10 19:03:08 2021 -0500 test add jemalloc metrics commit 1d1fc6a Author: realbigsean <[email protected]> Date: Wed Feb 10 18:48:48 2021 -0500 add jemalloc deps commit 3c7920b Author: realbigsean <[email protected]> Date: Wed Feb 10 18:34:18 2021 -0500 test add jemalloc metrics commit db6fda6 Author: realbigsean <[email protected]> Date: Wed Feb 10 18:14:22 2021 -0500 test add jemalloc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Addressed
NA
Proposed Changes
Builds upon @realbigsean's work in #2195 and adds:
jemallocby default, use thesysallocfeature to turn it off (I wanted all the tests to run with jemalloc by default).narenas:1).Additional Info
Highly experimental, do not merge. Do not use in production.