[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

@@ -32,4 +32,7 @@ RUN mkdir -p /etc/s6-overlay/s6-rc.d/banner && \
sed -i '1 s/^.*$/#!\/command\/with-contenv bashio/' /etc/s6-overlay/s6-rc.d/banner/script
# 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