diff --git a/charts/graphscope-interactive/values.yaml b/charts/graphscope-interactive/values.yaml index 7239bc977527..f38a5a69715c 100644 --- a/charts/graphscope-interactive/values.yaml +++ b/charts/graphscope-interactive/values.yaml @@ -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 @@ -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