limits job from os-conf/22.1.3
Github source:
aa5e47e
or
master branch
Properties¶
nofile
¶
hard
¶Modifies the hard max number of open files. Linux defaults to 4096. It needs to be greater or equal to the soft limit
- Default
16384- Example
16384
soft
¶Modifies the soft max number of open files. Linux defaults to 1024.
- Default
16384- Example
16384
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/limits/
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.