sysctl job from os-conf/21.0.0
Github source:
bc342b9
or
master branch
Properties¶
sysctl
¶
Array of sysctls to be applied; each sysctl should be in the form “sysctlname=value”
- Example
-
- vm.swappiness=10 - net.core.somaxconn=1024
sysctl_conf_prefix
¶
Prefix to be used for the file placed in /etc/sysctl.d. Can be used to change the priority of the applied sysctls
- Default
"71"
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/sysctl/
directory
(learn more).
bin/pre-start
(frompre-start.sh.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.
This job relies on no runtime packages.