Disable huge pages
This commit is contained in:
parent
8c750c94db
commit
59d416f633
|
@ -38,8 +38,6 @@ spec:
|
|||
- name: apache-config
|
||||
mountPath: /etc/apache2/sites-enabled/000-default.conf
|
||||
subPath: 000-default.conf
|
||||
- name: hugepage
|
||||
mountPath: /dev/hugepages
|
||||
- name: script-config
|
||||
mountPath: /usr/local/bin/nc-upgrade
|
||||
subPath: nc-upgrade
|
||||
|
@ -55,11 +53,9 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
hugepages-2Mi: 2048Mi
|
||||
memory: 2048Mi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
hugepages-2Mi: 2048Mi
|
||||
memory: 512Mi
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
|
@ -217,6 +213,3 @@ spec:
|
|||
items:
|
||||
- key: "config.php"
|
||||
path: "config.php"
|
||||
- name: hugepage
|
||||
emptyDir:
|
||||
medium: HugePages
|
||||
|
|
Loading…
Reference in a new issue