Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jemalloc by default #2288

Closed
wants to merge 11 commits into from
Closed

Commits on Mar 30, 2021

  1. Squashed commit of sigp#2222

    commit 13adea78354beb4ff406bd8d5748b560feb37042
    Merge: 345802f a764c3b
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Wed Feb 24 16:21:22 2021 +1100
    
        Merge branch 'unstable' into jemalloc-paul
    
    commit 345802f
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Wed Feb 24 15:58:31 2021 +1100
    
        Jemalloc by default
    
    commit 88e54ab
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Wed Feb 24 15:41:35 2021 +1100
    
        Fix config
    
    commit 6680b6d
    Merge: 42eb539 46920a8
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Wed Feb 24 14:21:45 2021 +1100
    
        Merge branch 'unstable' into jemalloc-sea
    
    commit 42eb539
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Tue Feb 16 12:12:34 2021 +1100
    
        Set jemalloc as default, configure arenas
    
    commit 4331ef8
    Merge: d4010e3 4a357c9
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Tue Feb 16 10:00:47 2021 +1100
    
        Merge branch 'unstable' into jemalloc-sea
    
    commit d4010e3
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Tue Feb 16 10:00:37 2021 +1100
    
        Make uses jemmaloc
    
    commit 5e968df
    Merge: ff14ee0 e2ff9c6
    Author: realbigsean <seananderson33@gmail.com>
    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 <seananderson33@gmail.com>
    Date:   Fri Feb 12 10:35:18 2021 -0500
    
        add newlines
    
    commit ce1c4e1
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Fri Feb 12 09:54:19 2021 -0500
    
        move jemalloc to a feature
    
    commit a0d7119
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 19:12:13 2021 -0500
    
        cargo lock
    
    commit f205c18
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 18:53:43 2021 -0500
    
        delete unused dep
    
    commit fd17192
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 18:51:25 2021 -0500
    
        delete background threads
    
    commit ae8b61a
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 18:50:55 2021 -0500
    
        fix error handling and remove background threads
    
    commit 9e7a6b7
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 11:48:25 2021 -0500
    
        semicolon
    
    commit 3408ee1
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 11:46:40 2021 -0500
    
        update to associated function
    
    commit 074ce1f
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 11:43:25 2021 -0500
    
        enable background threads
    
    commit 8805ef9
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 10:34:47 2021 -0500
    
        fix arenas
    
    commit 6f17971
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 10:25:09 2021 -0500
    
        import arenas
    
    commit 034b677
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Thu Feb 11 10:23:12 2021 -0500
    
        add more jemalloc stats
    
    commit 632bff2
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Wed Feb 10 19:11:30 2021 -0500
    
        test add jemalloc metrics
    
    commit abf5cac
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Wed Feb 10 19:03:08 2021 -0500
    
        test add jemalloc metrics
    
    commit 1d1fc6a
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Wed Feb 10 18:48:48 2021 -0500
    
        add jemalloc deps
    
    commit 3c7920b
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Wed Feb 10 18:34:18 2021 -0500
    
        test add jemalloc metrics
    
    commit db6fda6
    Author: realbigsean <seananderson33@gmail.com>
    Date:   Wed Feb 10 18:14:22 2021 -0500
    
        test add jemalloc
    paulhauner committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    6e5d0c4 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    paulhauner committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    38f6276 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    eb9275f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2427e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cceaab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    689a6fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e692e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea37811 View commit details
    Browse the repository at this point in the history
  7. Disable debug in release

    paulhauner committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1bae683 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d2203c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beb17fb View commit details
    Browse the repository at this point in the history