023334dfcb
bump up the max_files to 32768 and max_processes to 131072. when nova used ceph as backend, the default limit 1024 is not enough. each connection from rbd image to osd needs 1 fd and 2 threads. if we have 200 osds, we need 200 fds and 400 threads for 1 image. Change-Id: I94c3ec111473ea2ccacdea5dbbf3fdc9c569859f
8 lines
130 B
Django/Jinja
8 lines
130 B
Django/Jinja
stdio_handler = "file"
|
|
|
|
user = "nova"
|
|
group = "nova"
|
|
|
|
max_files = {{ qemu_max_files }}
|
|
max_processes = {{ qemu_max_processes }}
|