More hugepage stuff
This commit is contained in:
parent
4111756ef4
commit
aeae29c0d8
1 changed files with 3 additions and 3 deletions
|
@ -63,15 +63,15 @@ spec:
|
|||
mountPath: /var/run/apache2
|
||||
subPath: apache2
|
||||
- name: hugepage
|
||||
mountPath: /hugepages
|
||||
mountPath: /dev/hugepages
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1500m
|
||||
hugepages-2Mi: 2Gi
|
||||
hugepages-2Mi: 100Mi
|
||||
memory: 2048Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
hugepages-2Mi: 2Gi
|
||||
hugepages-2Mi: 100Mi
|
||||
memory: 256Mi
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
|
|
Loading…
Add table
Reference in a new issue