Skip to content

Commit

Permalink
Add more ram and cpu core to Audiovm
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Sahlberg <[email protected]>
  • Loading branch information
josa41 authored and brianmcgillion committed Oct 10, 2024
1 parent 77cbd40 commit fd31a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/microvm/virtualization/microvm/audiovm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ let
microvm = {
# Optimize is disabled because when it is enabled, qemu is built without libusb
optimize.enable = false;
vcpu = 1;
mem = 256;
vcpu = 2;
mem = 384;
hypervisor = "qemu";
shares =
[
Expand Down

0 comments on commit fd31a80

Please sign in to comment.