Skip to content

Commit

Permalink
increase memroy request
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Jun 11, 2024
1 parent d028ba2 commit 57ec0b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/graphscope-interactive/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ primary:
##
resources:
limits:
cpu: 1000m
memory: 8Gi
cpu: 16000m
memory: 32Gi
requests:
cpu: 1000m
memory: 8Gi
cpu: 8000m
memory: 16Gi
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down Expand Up @@ -434,11 +434,11 @@ secondary:
##
resources:
limits:
cpu: 8000m
memory: 10Gi
cpu: 320000m
memory: 200Gi
requests:
cpu: 8000m
memory: 10Gi
cpu: 32000m
memory: 200Gi
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down

0 comments on commit 57ec0b7

Please sign in to comment.