Skip to content

Commit 61e818e

Browse files
authored
Merge pull request #226 from jthiltges/pr/gracc-apel
gracc-apel: Update python-daemon to address high memory usage
2 parents ceafbcf + 09759d0 commit 61e818e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

opensciencegrid/gracc-apel/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ RUN pip3 install --no-cache-dir \
2828
opensearch-py \
2929
requests
3030

31+
# EPEL for EL9 ships python3-daemon-2.3.2-1.el9.noarch
32+
# It uses excessive memory when nofile ulimit is high, fixed in >= v3.0.0
33+
# https://pagure.io/python-daemon/issue/72
34+
# TODO: Revert after EPEL package is updated
35+
RUN pip3 install --no-cache-dir --upgrade \
36+
python-daemon
37+
3138
RUN mkdir /etc/grid-security/apel \
3239
&& mkdir -p /var/spool/apel/outgoing/12345678
3340

0 commit comments

Comments
 (0)