[PR #22345] [MERGED] fix(server): update libmimalloc path #17191

Closed
opened 2026-02-05 16:17:33 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/22345
Author: @mertalev
Created: 9/24/2025
Status: Merged
Merged: 9/24/2025
Merged by: @mertalev

Base: mainHead: fix/server-libmimalloc


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 server/bin/start.sh (+1 -1)

📄 Description

Description

libmimalloc now has a different path with the Trixie base image, so it wasn't being used since that update. This caused an increase in memory usage and fragmentation as the default allocator is used instead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/22345 **Author:** [@mertalev](https://github.com/mertalev) **Created:** 9/24/2025 **Status:** ✅ Merged **Merged:** 9/24/2025 **Merged by:** [@mertalev](https://github.com/mertalev) **Base:** `main` ← **Head:** `fix/server-libmimalloc` --- ### 📝 Commits (1) - [`6047b57`](https://github.com/immich-app/immich/commit/6047b5793ecc396bd34d346201cd4fb7d4297d42) update libmimalloc path ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/bin/start.sh` (+1 -1) </details> ### 📄 Description ## Description libmimalloc now has a different path with the Trixie base image, so it wasn't being used since that update. This caused an increase in memory usage and fragmentation as the default allocator is used instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:17:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#17191