mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[adsb-multi-portal-feeder] Fix memory consumption issue on Docker v23 - also in dockerfile
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user