Skip to content

Commit

Permalink
Merge pull request #3942 from garlick/load_job_archive
Browse files Browse the repository at this point in the history
rc: load job-archive
  • Loading branch information
mergify[bot] authored Nov 5, 2021
2 parents c10f455 + 5236b14 commit 5da24e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions etc/rc1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ modload 0 cron sync=heartbeat.pulse
modload 0 job-manager
modload all job-info
modload 0 job-list
modload 0 job-archive

modload all job-ingest
modload 0 job-exec
Expand Down
1 change: 1 addition & 0 deletions etc/rc3
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ shopt -u nullglob
modrm 0 heartbeat
modrm 0 sched-simple
modrm all resource
modrm 0 job-archive
modrm 0 job-exec
modrm 0 job-list
modrm all job-info
Expand Down
4 changes: 2 additions & 2 deletions t/issues/t3503-nofiles-limit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# definitely cause the broker to run over the artificially lowered
# fd limit.
#
ulimit -n 110
ulimit -Hn 110
ulimit -n 113
ulimit -Hn 113
flux start \
sh -c '
flux mini submit --cc=1-12 hostname &&
Expand Down

0 comments on commit 5da24e7

Please sign in to comment.