Sign inSign up

placidina/memcached

By placidina

Updated almost 7 years ago

Memcached for height performance

Image
0

1.1K

placidina/memcached repository overview

Memcached

Height Performance

How to use

docker run --rm -d --name memcached -p 11211:11211 placidina/memcached:latest

Environments

EnvDefaultDescription
MEMCACHED_USERmemcachedAssume the identity of
MEMCACHED_HOST0.0.0.0Listen on
MEMCACHED_PORT11211Listen on TCP port
MEMCACHED_MEMUSAGE64Use MB memory max to use for object storage
MEMCACHED_MAXCONN1024Use max simultaneous connections
MEMCACHED_THREADS4Number of threads to use to process incoming requests
MEMCACHED_REQUESTS_PER_EVENT20This option seeks to prevent client starvation by setting a limit to the number of sequential requests the server will process from an individual client connection
MEMCACHED_MAX_ITEM_SIZE1mOverride the default size of each slab page

Tag summary

Content type

Image

Digest

Size

3.9 MB

Last updated

almost 7 years ago

docker pull placidina/memcached