Skip to content

Commit

Permalink
Merge pull request #37607 from Dr15Jones/noForkXrootD
Browse files Browse the repository at this point in the history
Disable fork handler in XrootD
  • Loading branch information
cmsbuild authored Apr 18, 2022
2 parents 9bac750 + 1dec146 commit 4271a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Utilities/XrdAdaptor/plugins/XrdStorageMaker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ namespace edm::storage {
// can error out sooner.
env->PutInt("ConnectionWindow", timeout / 6 + 1);
env->PutInt("ConnectionRetry", 2);
//disable fork handler as this appears to interfere with fork/exec calls
env->PutInt("RunForkHandler", 0);
}
m_lastTimeout = timeout;
}
Expand Down

0 comments on commit 4271a27

Please sign in to comment.