Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Should be OK if installed with OS package manager in other cases may need to be checked

Something that may need to be done for Linux Slaves

user limits

Code Block
titlelimits.conf
jenkins      soft    nofile          4096
jenkins      hard    nofile          5120
jenkins      soft    nproc           2048
jenkins      hard    nproc           3072

...