Skip to content
Snippets Groups Projects
Commit 2e8619dc authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

add limit nofile config to submit hosts

parent 7cc22c88
No related branches found
No related tags found
3 merge requests!1282Merge in main,!1281Draft: Rebase on main,!1277add limit nofile config to submit hosts
Pipeline #9107 passed
Pipeline: workspaces

#9109

    Pipeline: workspaces

    #9108

      vlapipe hard nofile 131072
      vlapipe soft nofile 131072
      ......@@ -22,6 +22,7 @@ RUN apt update && apt install -y procps htcondor nano
      # Copy over HTCondor submit node config
      COPY ./config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config
      COPY ./config/htcondor/submit/99-workspaces-submit.${ENV}.conf /etc/condor/config.d/99-workspaces-submit.${ENV}.conf
      COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limit.d/nrao-nofile.conf
      # Change working directory to /code
      WORKDIR /code
      ......
      ......@@ -29,6 +29,7 @@ RUN apt update && apt install -y procps htcondor
      COPY ./config/htcondor/00-htcondor-9.0.local.config /etc/condor/config.d/00-htcondor-9.0.config
      # Copy over HTCondor submit node config
      COPY ./config/htcondor/submit/99-workspaces-submit.conf /etc/condor/config.d/99-workspaces-submit.conf
      COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limit.d/nrao-nofile.conf
      # Set Capo
      ARG capo_env=docker
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment