Skip to content

Commit

Permalink
hugepages_1Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheng422 committed Dec 2, 2021
1 parent 716cb69 commit 35898b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-charts/vbbu/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ spec:
requests:
cpu: {{ .Values.deploy.cpu}}
memory: {{ .Values.deploy.memory }}
hugepages-1Gi: {{ .Values.deploy.hugepages-1Gi }}
hugepages-1Gi: {{ .Values.deploy.hugepages_1Gi }}
limits:
cpu: {{ .Values.deploy.cpu}}
memory: {{ .Values.deploy.memory }}
hugepages-1Gi: {{ .Values.deploy.hugepages-1Gi }}
hugepages-1Gi: {{ .Values.deploy.hugepages_1Gi }}
volumes:
- name: hugepage
emptyDir:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/vbbu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deploy:
runtimeClassName: performance-wzh-performanceprofile
cpu: 14
memory: "64Gi"
hugepages-1Gi: "16Gi"
hugepages_1Gi: "16Gi"
cache-memory: "16Gi"

driver:
Expand Down

0 comments on commit 35898b9

Please sign in to comment.