Memcached for height performance
1.1K
Height Performance
docker run --rm -d --name memcached -p 11211:11211 placidina/memcached:latest
| Env | Default | Description |
|---|---|---|
| MEMCACHED_USER | memcached | Assume the identity of |
| MEMCACHED_HOST | 0.0.0.0 | Listen on |
| MEMCACHED_PORT | 11211 | Listen on TCP port |
| MEMCACHED_MEMUSAGE | 64 | Use MB memory max to use for object storage |
| MEMCACHED_MAXCONN | 1024 | Use max simultaneous connections |
| MEMCACHED_THREADS | 4 | Number of threads to use to process incoming requests |
| MEMCACHED_REQUESTS_PER_EVENT | 20 | This 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_SIZE | 1m | Override the default size of each slab page |
Content type
Image
Digest
Size
3.9 MB
Last updated
almost 7 years ago
docker pull placidina/memcached