unable to write transparent_hugepage (#157)
so the script stop at this line and libre.sh isn't install
This commit is contained in:
parent
1128a898e1
commit
3766449a9a
1 changed files with 1 additions and 5 deletions
|
@ -22,6 +22,7 @@ write_files:
|
||||||
fs.aio-max-nr=1048576
|
fs.aio-max-nr=1048576
|
||||||
vm.max_map_count=262144
|
vm.max_map_count=262144
|
||||||
vm.overcommit_memory=1
|
vm.overcommit_memory=1
|
||||||
|
vm.nr_hugepages=0
|
||||||
- path: /etc/hosts
|
- path: /etc/hosts
|
||||||
permissions: 0644
|
permissions: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
@ -51,11 +52,6 @@ write_files:
|
||||||
MAIL_PASS=
|
MAIL_PASS=
|
||||||
MAIL_HOST=mail.indie.host
|
MAIL_HOST=mail.indie.host
|
||||||
MAIL_PORT=587
|
MAIL_PORT=587
|
||||||
- path: /sys/kernel/mm/transparent_hugepage/enabled
|
|
||||||
permissions: 0644
|
|
||||||
owner: root
|
|
||||||
content: |
|
|
||||||
never
|
|
||||||
coreos:
|
coreos:
|
||||||
update:
|
update:
|
||||||
reboot-strategy: off
|
reboot-strategy: off
|
||||||
|
|
Loading…
Reference in a new issue