proxmox-backup/src/bin/proxmox_file_restore
Stefan Reiter 8d72c2c32e file-restore: increase RAM for ZFS and disable ARC
Even through best efforts at keeping it small, including the ZFS tools
in the initramfs seems to have exhausted the small overhead we had left
- give it a bit more RAM to compensate.

Also disable the ZFS ARC, as it's no use in such a memory constrained
environment, and we cache on the QEMU/rust layer anyway.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-06-28 13:58:41 +02:00
..
block_driver_qemu.rs file-restore: try to kill VM when stale 2021-05-07 09:03:17 +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: increase RAM for ZFS and disable ARC 2021-06-28 13:58:41 +02:00