thanks dude!
this worked for me in cloudinit:
write_files:
- path: /etc/security/limits.conf
permissions: 0644
owner: root
content: |
* soft nofile 32768
* hard nofile 32768
thanks dude!
this worked for me in cloudinit:
write_files:
- path: /etc/security/limits.conf
permissions: 0644
owner: root
content: |
* soft nofile 32768
* hard nofile 32768