mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add context for JMALLOC issues (#35038)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
60bcad6937
commit
2087439ab6
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user