feat: enable virtio balloon driver for dynamic memory resizing
Adds virtio_balloon kernel module to support live memory resize operations from the hypervisor without requiring VM reboot. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
"console=tty1"
|
||||
];
|
||||
|
||||
# Enable virtio balloon driver for dynamic memory resizing
|
||||
boot.kernelModules = [ "virtio_balloon" ];
|
||||
|
||||
systemd.services."serial-getty@ttyS0" = {
|
||||
enable = true;
|
||||
wantedBy = [ "getty.target" ]; # to start at boot
|
||||
|
||||
Reference in New Issue
Block a user