mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Update base image to version 2021.04.3 (#49817)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
cd /config || bashio::exit.nok "Can't find config folder!"
|
||||
|
||||
# Enable mimalloc for Home Assistant Core, unless disabled
|
||||
if [[ -z "${DISABLE_MIMALLOC+x}" ]]; then
|
||||
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
|
||||
if [[ -z "${DISABLE_JEMALLOC+x}" ]]; then
|
||||
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
||||
fi
|
||||
exec python3 -m homeassistant --config /config
|
||||
|
||||
Reference in New Issue
Block a user