Skip to content

Conversation

@northeastprince
Copy link
Collaborator

Should be able to revert with no consequences if memory/performance worsens.

Copilot AI review requested due to automatic review settings January 3, 2026 18:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR switches the memory allocator from mimalloc to tcmalloc by updating the Dockerfile to install the tcmalloc library package and configure it via LD_PRELOAD. This change aims to experiment with tcmalloc's memory management and performance characteristics.

  • Replaced mimalloc package (libmimalloc3) with tcmalloc package (libtcmalloc-minimal4t64)
  • Updated LD_PRELOAD environment variable to load the tcmalloc library instead of mimalloc

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@northeastprince northeastprince merged commit 1a04e44 into main Jan 3, 2026
9 checks passed
@northeastprince northeastprince deleted the tcmalloc branch January 3, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants