soryu: add more ram

This commit is contained in:
Daniel Olsen 2024-10-11 04:22:36 +02:00
parent 3121abd968
commit 22ba543e74
1 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@
Bind = [
"/dev/dri:/dev/dri"
"/dev/kfd:/dev/kfd"
"/mnt/human/llama:/llama"
"/mnt/human/sd:/sd"
"/mnt/human/llama:/llama:idmap"
"/mnt/human/sd:/sd:idmap"
];
};
};
@ -27,8 +27,8 @@
};
serviceConfig = {
CPUQuota = "300%";
MemoryHigh = "14G";
MemoryMax = "15G";
MemoryHigh = "29G";
MemoryMax = "30G";
MemorySwapMax = "25G";
ExecStart = "systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i -D /mnt/human/machines/ubuntu-ai";
};