fix elastic complainging
This commit is contained in:
parent
d23e69201f
commit
b004ea43e0
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
#cloud-config
|
#cloud-config
|
||||||
|
|
||||||
write_files:
|
write_files:
|
||||||
- path: /etc/sysctl.d/aio-max.conf
|
- path: /etc/sysctl.d/libresh.conf
|
||||||
permissions: 0644
|
permissions: 0644
|
||||||
owner: root
|
owner: root
|
||||||
content: "fs.aio-max-nr = 1048576"
|
content: |
|
||||||
|
fs.aio-max-nr=1048576
|
||||||
|
vm.max_map_count=262144
|
||||||
- path: /etc/hosts
|
- path: /etc/hosts
|
||||||
permissions: 0644
|
permissions: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Reference in a new issue