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 %}