Skip to content

Introduce a "jemalloc-shim" crate#10709

Merged
bkchr merged 8 commits intomasterfrom
bkchr-jemalloc-shim
Jan 8, 2026
Merged

Introduce a "jemalloc-shim" crate#10709
bkchr merged 8 commits intomasterfrom
bkchr-jemalloc-shim

Conversation

@bkchr
Copy link
Copy Markdown
Member

@bkchr bkchr commented Dec 22, 2025

This crate basically serves as a hack to properly enable jemalloc on Linux and disable it on all other OSes by default.

This crate basically serves as a hack to properly enable `jemalloc` on Linux and disable it on all other OSes by default.
@bkchr bkchr added the T8-polkadot This PR/Issue is related to/affects the Polkadot network. label Dec 22, 2025
@bkchr
Copy link
Copy Markdown
Member Author

bkchr commented Dec 23, 2025

/cmd fmt

@bkchr
Copy link
Copy Markdown
Member Author

bkchr commented Dec 23, 2025

/cmd prdoc --audience node_operator --bump patch

Comment thread polkadot/jemalloc-shim/Cargo.toml
@bkchr bkchr requested a review from a team December 23, 2025 21:25
@paritytech-workflow-stopper
Copy link
Copy Markdown

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/20471930404
Failed job name: cargo-clippy

@bkchr bkchr enabled auto-merge January 8, 2026 20:43
@bkchr bkchr added this pull request to the merge queue Jan 8, 2026
Merged via the queue into master with commit 61578bd Jan 8, 2026
245 of 260 checks passed
@bkchr bkchr deleted the bkchr-jemalloc-shim branch January 8, 2026 22:02
acatangiu pushed a commit to acatangiu/polkadot-sdk that referenced this pull request Jan 14, 2026
This crate basically serves as a hack to properly enable `jemalloc` on
Linux and disable it on all other OSes by default.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@sigurpol sigurpol added the A4-backport-stable2512 Pull request must be backported to the stable2512 release branch label Feb 16, 2026
@paritytech-release-backport-bot
Copy link
Copy Markdown

Created backport PR for stable2512:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-10709-to-stable2512
git worktree add --checkout .worktree/backport-10709-to-stable2512 backport-10709-to-stable2512
cd .worktree/backport-10709-to-stable2512
git reset --hard HEAD^
git cherry-pick -x 61578bdc44bda558b23818047b555cee06e3207b
git push --force-with-lease

sigurpol added a commit that referenced this pull request Feb 16, 2026
Backport #10709 into `stable2512` from bkchr.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Paolo La Camera <paolo@parity.io>
sigurpol added a commit that referenced this pull request Feb 16, 2026
Backport #10709 into `stable2512` from bkchr.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Paolo La Camera <paolo@parity.io>
arturgontijo pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Apr 1, 2026
Backport paritytech#10709 into `stable2512` from bkchr.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Paolo La Camera <paolo@parity.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A4-backport-stable2512 Pull request must be backported to the stable2512 release branch T8-polkadot This PR/Issue is related to/affects the Polkadot network.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants