proxmox-backup/src/bin/proxmox_file_restore
Stefan Reiter a862835be2 file-restore: use less memory for VM and reboot on panic
With the vsock-pkt-buffer fix in proxmox-backup-restore-image, we can
use way less memory for the VM without risking any crashes. 128 MiB
seems to be the lowest it will go and still be fully reliable.

While at it, add the "panic=1" argument to the kernel command line, so
in case the kernel *does* run out of memory, it will at least restart
automatically.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-04-26 15:46:37 +02:00
..
block_driver_qemu.rs file-restore: exit with code 1 in case streaming fails 2021-04-26 15:46:37 +02:00
block_driver.rs file-restore: support encrypted VM backups 2021-04-22 17:55:30 +02:00
mod.rs file-restore: add basic VM/block device support 2021-04-08 14:11:02 +02:00
qemu_helper.rs file-restore: use less memory for VM and reboot on panic 2021-04-26 15:46:37 +02:00