We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b384d3d commit dff7d8cCopy full SHA for dff7d8c
docker-compose.yml
@@ -28,12 +28,12 @@ services:
28
retries: 10
29
30
memcached:
31
- image: memcached:1.6.38-alpine3.21
+ image: memcached:1.6.39-alpine3.22
32
container_name: memcached
33
- environment:
34
- MEMCACHED_MAX_ITEM_SIZE: 36
35
- MEMCACHED_MAX_CONNECTIONS: 1
36
- MEMCACHED_MEMORY_LIMIT: 64
+ command:
+ - -vv
+ - --disable-evictions
+ - --memory-limit=64
37
ports:
38
- '11211:11211'
39
0 commit comments