Skip to content

Commit 5569967

Browse files
committed
increase size of memcache
cache more
1 parent f6dd82c commit 5569967

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/nbviewer.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@ replicas: 3
22

33
image: jupyter/nbviewer:efc7e78
44

5+
memcached:
6+
image:
7+
# bitnami is retiring public images, find something else
8+
repository: bitnamilegacy/memcached
9+
args:
10+
- memcached
11+
- -vv
12+
- -u memcached
13+
- -p
14+
- "11211"
15+
- "-m"
16+
- "1600"
17+
resources:
18+
requests:
19+
cpu: 100m
20+
memory: 2Gi
21+
limits:
22+
cpu: 500m
23+
memory: 2Gi
24+
525
nbviewer:
626
extraArgs:
727
- '--cache-expiry-min=3600'

0 commit comments

Comments
 (0)