Jemalloc for mariadb (#1200)

* Jemalloc for mariadb

* Update mariadb/rootfs/etc/services.d/mariadb/run

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Add changelog

* Fix changelog

* Fix build

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Pascal Vizeli
2020-03-30 15:21:41 +02:00
committed by GitHub
parent ba9ce4623a
commit 52175c7944
9 changed files with 51 additions and 23 deletions

View File

@@ -57,7 +57,6 @@ function stop_docker() {
function install() {
docker pull homeassistant/amd64-hassio-supervisor:dev
docker pull homeassistant/amd64-hassio-cli:dev
}
function cleanup_hass_data() {
@@ -102,7 +101,7 @@ case "$1" in
cleanup_hass_data || true
exit 0;;
*)
echo "Creating development Hass.io environment"
echo "Creating development Supervisor environment"
start_docker
trap "stop_docker" ERR
cleanup_docker || true