memcache_ping job from memcache/5.2
Github source:
78d5bf1d or
master branch
Properties¶
memcache_ping¶
max_heap¶The Xmx of this process.
- Default
16m
memcache¶
password¶The test password to use when connecting to memcache.
servers¶The severs the memcache ping client will be configured with in the format “server:port”
- Default
- localhost:11211
username¶The test username to use when connecting to memcache.
- Default
test
ping_interval¶The interval in ms the application will ping memcache.
- Default
5000
startup_timeout¶The time to wait for app to startup before we kill it and let monit try again.
- Default
30
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/memcache_ping/ directory
(learn more).
bin/memcache_ping(frommemcache_ping.erb)config/application-bosh.yml(fromapplication-bosh.yml.erb)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.