From c3ae6b5a2248a7695699f87c9a160c9fa6121d36 Mon Sep 17 00:00:00 2001 From: Ralf Schmid Date: Tue, 1 Sep 2026 10:58:27 +0200 Subject: [PATCH] Follow-up #897 - Wording and fixes --- appendix/memory-allocator.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendix/memory-allocator.rst b/appendix/memory-allocator.rst index b841abe5..e18f73a5 100644 --- a/appendix/memory-allocator.rst +++ b/appendix/memory-allocator.rst @@ -7,7 +7,7 @@ reduces memory usage and fragmentation. The package postinstall script preloads the jemalloc library automatically if it's present on your system. This happens on every package installation and upgrade. -Docker installations have jemalloc always active (baked into the image). +Docker installations have jemalloc enabled by default (baked into the image). To opt out, override the environment variable with an empty value (e.g. ``LD_PRELOAD=""`` in your compose or env file). @@ -18,8 +18,8 @@ Availability dependency. - CentOS / RHEL: jemalloc is installed automatically from the EPEL repository (already a Zammad dependency). -- SLES: jemalloc is **not** installed automatically (only available via - SUSE Package Hub). If you install it manually with +- SLES: jemalloc is **not** installed automatically (available via + SUSE Package Hub or SLE modules). If you install it manually with ``zypper install jemalloc``, Zammad activates it automatically on the next package installation or upgrade.