Skip to content

Instantly share code, notes, and snippets.

View stylefish's full-sized avatar

stylefish

View GitHub Profile
@stylefish
stylefish / virshautomem.sh
Last active February 7, 2024 16:01
automatic memory for kvm balooning guests using virsh
#!/bin/bash
# can be intsalled as a systemd service via
# sudo systemctl edit --full --force virshautomem
#
# [Unit]
# Description=virsh auto memory allocation for ballooning vms
#
# [Service]
# ExecStart=/usr/local/bin/virshautomem.sh -d
@waja
waja / README.md
Last active December 15, 2021 10:56
Migration from Debian Buster to Bullseye