Skip to content

Commit

Permalink
double the memory for memcached (to 128mb)
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Apr 5, 2024
1 parent bf1a3c7 commit f9e6c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ services:
hostname: memcached
container_name: memcached
restart: unless-stopped
command: ["-m", "128"]
expose:
- "11211"

Expand All @@ -222,6 +223,7 @@ services:
hostname: memcached-sessions
container_name: memcached-sessions
restart: unless-stopped
command: ["-m", "128"]
expose:
- "11211"

Expand Down

0 comments on commit f9e6c5e

Please sign in to comment.