Skip to content

Commit

Permalink
Merge pull request #226 from jthiltges/pr/gracc-apel
Browse files Browse the repository at this point in the history
gracc-apel: Update python-daemon to address high memory usage
  • Loading branch information
jthiltges authored Jan 7, 2025
2 parents ceafbcf + 09759d0 commit 61e818e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions opensciencegrid/gracc-apel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ RUN pip3 install --no-cache-dir \
opensearch-py \
requests

# EPEL for EL9 ships python3-daemon-2.3.2-1.el9.noarch
# It uses excessive memory when nofile ulimit is high, fixed in >= v3.0.0
# https://pagure.io/python-daemon/issue/72
# TODO: Revert after EPEL package is updated
RUN pip3 install --no-cache-dir --upgrade \
python-daemon

RUN mkdir /etc/grid-security/apel \
&& mkdir -p /var/spool/apel/outgoing/12345678

Expand Down

0 comments on commit 61e818e

Please sign in to comment.