Skip to content

Commit

Permalink
default: increasing memory for test running VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Feb 15, 2024
1 parent b6be983 commit 22ebb9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ in
imports = [ ./nixos-module.nix ];
# We have to increase memsize, otherwise we will get error:
# "Kernel panic - not syncing: Out of memory: compulsory panic_on_oom"
virtualisation.memorySize = 4096;
virtualisation.memorySize = 8192;

services.blockfrost = {
enable = true;
Expand Down Expand Up @@ -104,7 +104,7 @@ in
imports = [ ./nixos-module.nix ];
# We have to increase memsize, otherwise we will get error:
# "Kernel panic - not syncing: Out of memory: compulsory panic_on_oom"
virtualisation.memorySize = 4096;
virtualisation.memorySize = 8192;

services.blockfrost = {
enable = true;
Expand Down Expand Up @@ -140,7 +140,7 @@ in
imports = [ ./nixos-module.nix ];
# We have to increase memsize, otherwise we will get error:
# "Kernel panic - not syncing: Out of memory: compulsory panic_on_oom"
virtualisation.memorySize = 4096;
virtualisation.memorySize = 8192;

services.blockfrost = {
enable = true;
Expand Down

0 comments on commit 22ebb9c

Please sign in to comment.