From 2087439ab6063d707fb3afc353fc5e23c8728807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Beye?= Date: Thu, 3 Oct 2024 21:41:51 +0200 Subject: [PATCH] Add context for JMALLOC issues (#35038) Co-authored-by: Franck Nijhof --- source/_includes/installation/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index aab7e5e754b..31a7ebf068d 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -112,7 +112,7 @@ In order to use Zigbee or other integrations that require access to devices, you The Home Assistant Container is using an alternative memory allocation library [jemalloc](http://jemalloc.net/) for better memory management and Python runtime speedup. -As jemalloc can cause issues on certain hardware, it can be disabled by passing the environment variable `DISABLE_JEMALLOC` with any value, for example: +As the jemalloc configuration used can cause issues on certain hardware featuring a page size larger than 4K (like some specific ARM64-based SoCs), it can be disabled by passing the environment variable `DISABLE_JEMALLOC` with any value, for example: {% tabbed_block %}