14 lines
407 B
Django/Jinja
14 lines
407 B
Django/Jinja
# {{ ansible_managed }}
|
|
#
|
|
# Limits tuned for LXD hosting, according to the tuning guidelines:
|
|
# https://github.com/lxc/lxd/blob/master/doc/production-setup.md
|
|
#
|
|
|
|
* soft nofile 1048576
|
|
* hard nofile 1048576
|
|
root soft nofile 1048576
|
|
root hard nofile 1048576
|
|
* soft memlock unlimited
|
|
* hard memlock unlimited
|
|
|