Skip to content

Commit

Permalink
Remove lowered resource limits from demo (istio#14674)
Browse files Browse the repository at this point in the history
This is NOT removing the limits completely, the install will still use
the default limits.

This makes it so users that use the demo are less likely to get horrible
performance due to throttling or OOM kills decide not to use Istio.
  • Loading branch information
howardjohn authored and istio-testing committed Jun 11, 2019
1 parent 864ec87 commit 69f92ae
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions install/kubernetes/helm/istio/values-istio-demo-common.yaml
Expand Up @@ -25,9 +25,6 @@ pilot:
requests:
cpu: 10m
memory: 100Mi
limits:
cpu: 100m
memory: 200Mi

mixer:
policy:
Expand All @@ -36,19 +33,13 @@ mixer:
requests:
cpu: 10m
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi

telemetry:
enabled: true
resources:
requests:
cpu: 50m
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi

adapters:
stdio:
Expand All @@ -70,16 +61,10 @@ gateways:
requests:
cpu: 10m
memory: 40Mi
limits:
cpu: 100m
memory: 128Mi

istio-egressgateway:
enabled: true
resources:
requests:
cpu: 10m
memory: 40Mi
limits:
cpu: 100m
memory: 128Mi

0 comments on commit 69f92ae

Please sign in to comment.