Skip to content

Commit

Permalink
feat(macos-ventura): assigned more resources for vm
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 21, 2024
1 parent 1c192d9 commit 52e327d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/modules/vm/macos-ventura.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
package = nixtheplanet.legacyPackages.x86_64-linux.makeDarwinImage {
diskSizeBytes = 120000000000; # 120GB
};
cores = 4;
threads = 8;
mem = "12G";
cores = 8;
threads = 16;
mem = "16G";
openFirewall = true;
vncListenAddr = "0.0.0.0";
autoStart = false;
Expand Down

0 comments on commit 52e327d

Please sign in to comment.