Skip to content

Commit

Permalink
Increase memcached size and key size
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Dec 27, 2023
1 parent 7db4a93 commit 7360a58
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .k8s/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ spec:
args:
- "memcached"
- "-m"
- "220"
- "900"
- "I"
- "64M"
resources:
requests:
memory: 256Mi
memory: 1000Mi
limits:
memory: 256Mi
memory: 1000Mi
ports:
- containerPort: 11211
protocol: TCP
Expand Down

0 comments on commit 7360a58

Please sign in to comment.