File tree Expand file tree Collapse file tree
addons/memcached-1.1.0/plans/500 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ CLASS NAME | PLANS NAME | DESCRIPTION
3030-----------|---------------|------------------------------------
3131memcached | 128 | Memcached 128 plan which which limit resources memory size 128Mi.
3232memcached | 250 | Memcached 250 plan which which limit resources memory size 250Mi.
33+ memcached | 500 | Memcached 1000 plan which which limit resources memory size 500Mi.
3334memcached | 1000 | Memcached 1000 plan which which limit resources memory size 1Gi.
3435memcached | 2500 | Memcached 2500 plan which which limit resources memory size 2.5Gi.
3536memcached | 5000 | Memcached 5000 plan which which limit resources memory size 5Gi.
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ resources:
1111 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
1212 limits :
1313 cpu : 200m
14- memory : 250Mi
14+ memory : 512Mi
1515 requests :
1616 cpu : 10m
17- memory : 125Mi
17+ memory : 256Mi
1818
1919persistence :
2020 enabled : true
You can’t perform that action at this time.
0 commit comments