Skip to content

Commit

Permalink
Double RAM settings for ChromiumVM and BusinessVM
Browse files Browse the repository at this point in the history
Signed-off-by: vadik likholetov <[email protected]>
  • Loading branch information
vadika authored and brianmcgillion committed Sep 24, 2024
1 parent dcc0411 commit 7a89d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/reference/appvms/business.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ in
];
# TODO create a repository of mac addresses to avoid conflicts
macAddress = "02:00:00:03:10:01";
ramMb = 3072;
ramMb = 6144;
cores = 4;
extraModules = [
{
Expand Down
2 changes: 1 addition & 1 deletion modules/reference/appvms/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in
++ lib.optional config.ghaf.development.debug.tools.enable pkgs.alsa-utils;
# TODO create a repository of mac addresses to avoid conflicts
macAddress = "02:00:00:03:05:01";
ramMb = 3072;
ramMb = 6144;
cores = 4;
extraModules = [
{
Expand Down

0 comments on commit 7a89d54

Please sign in to comment.