pve: add newline to vhost.conf

This commit is contained in:
2025-08-03 13:34:56 +03:00
parent 6dc2db4957
commit a3b74af44d

View File

@@ -83,7 +83,8 @@
# https://forum.proxmox.com/threads/problem-activating-memory-hotplug.66790/ https://lists.proxmox.com/pipermail/pve-devel/2016-December/024519.html can reproduce in 2020, 2022, 2025 # https://forum.proxmox.com/threads/problem-activating-memory-hotplug.66790/ https://lists.proxmox.com/pipermail/pve-devel/2016-December/024519.html can reproduce in 2020, 2022, 2025
- name: increase max_mem_regions - name: increase max_mem_regions
ansible.builtin.copy: ansible.builtin.copy:
content: 'options vhost max_mem_regions=512' content: |
options vhost max_mem_regions=512
dest: /etc/modprobe.d/vhost.conf dest: /etc/modprobe.d/vhost.conf
handlers: handlers: