Skip to content

Commit

Permalink
Merge pull request #22 from SmartColumbusOS/increase_mem_limit
Browse files Browse the repository at this point in the history
Increase metastore memory limit to 1.5G
  • Loading branch information
ScottMillard authored May 17, 2019
2 parents 319d10e + f316a6f commit e4425cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ metastore:
pullPolicy: IfNotPresent
resources:
limits:
memory: 1Gi
memory: 1.5Gi
cpu: 1
requests:
memory: 1Gi
memory: 1.5Gi
cpu: 1
updateStrategy:
type: RollingUpdate
Expand Down

0 comments on commit e4425cc

Please sign in to comment.