Skip to content

Commit

Permalink
Pausing attempts to write to OOM score adj file since it is generatin…
Browse files Browse the repository at this point in the history
…g too many log errors
  • Loading branch information
Paul Nilsson committed Dec 11, 2024
1 parent 4c67b9e commit 00e4f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/util/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def job_monitor_tasks(job: JobData, mt: MonitoringTime, args: object) -> tuple[i
return exit_code, diagnostics

# update the OOM process info to prevent killing processes in the wrong order in case the job is killed (once)
update_oom_info(job.pid, job.transformation)
# update_oom_info(job.pid, job.transformation)

# should the pilot abort the payload?
exit_code, diagnostics = should_abort_payload(current_time, mt)
Expand Down

0 comments on commit 00e4f94

Please sign in to comment.