Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
2e8619dc
Commit
2e8619dc
authored
2 years ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
add limit nofile config to submit hosts
parent
7cc22c88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1282
Merge in main
,
!1281
Draft: Rebase on main
,
!1277
add limit nofile config to submit hosts
Pipeline
#9107
passed
2 years ago
Stage: cache-build
Stage: build
Stage: build-pex-base
Stage: unit-test
Stage: push
Stage: generate-pex-yaml
Stage: pex-trigger
Stage: generate-go-yaml
Stage: go-trigger
Stage: deploy
Stage: .post
Pipeline: workspaces
#9109
Pipeline: workspaces
#9108
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/htcondor/submit/nrao-nofile.conf
+2
-0
2 additions, 0 deletions
config/htcondor/submit/nrao-nofile.conf
services/workflow/Dockerfile
+1
-0
1 addition, 0 deletions
services/workflow/Dockerfile
services/workflow/Dockerfile.local
+1
-0
1 addition, 0 deletions
services/workflow/Dockerfile.local
with
4 additions
and
0 deletions
config/htcondor/submit/nrao-nofile.conf
0 → 100644
+
2
−
0
View file @
2e8619dc
vlapipe
hard
nofile
131072
vlapipe
soft
nofile
131072
This diff is collapsed.
Click to expand it.
services/workflow/Dockerfile
+
1
−
0
View file @
2e8619dc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
services/workflow/Dockerfile.local
+
1
−
0
View file @
2e8619dc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment