[adsb-multi-portal-feeder] Fix memory consumption issue on Docker v23 - also in dockerfile

This commit is contained in:
Max Winterstein
2023-04-20 15:07:46 +02:00
parent 0124d74a9e
commit 5028d15f01
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## [1.20.1] - 2023-04-20 ## [1.20.2] - 2023-04-20
- Fix memory consumption issue for *Home Assistant OS 10* / *Docker v23* - - see [#149](https://github.com/MaxWinterstein/homeassistant-addons/issues/149) for more - Fix memory consumption issue for *Home Assistant OS 10* / *Docker v23* - - see [#149](https://github.com/MaxWinterstein/homeassistant-addons/issues/149) for more

View File

@@ -33,3 +33,6 @@ RUN mkdir -p /etc/s6-overlay/s6-rc.d/banner && \
# enhance timeout, as sometimes the api calls are slow (rate limited?) # enhance timeout, as sometimes the api calls are slow (rate limited?)
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=30000 ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=30000
# Fix memory issue for e.g. HA OS 10 - see https://github.com/MaxWinterstein/homeassistant-addons/issues/149
RUN ulimit -n 1048576

View File

@@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
url: https://github.com/MaxWinterstein/homeassistant-addons/ url: https://github.com/MaxWinterstein/homeassistant-addons/
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch} image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
usb: true usb: true
version: 1.20.1 version: 1.20.2
arch: arch:
- armv7 - armv7
- aarch64 - aarch64