Skip to content

Commit

Permalink
fix(e2e): provide more resources to eth devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jun 6, 2024
1 parent 745803a commit 4dbf52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/e2e.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
inputs.arion.nixosModules.arion
];
virtualisation = {
diskSize = 8 * 1024;
memorySize = 4 * 1024;
diskSize = 16 * 1024;
memorySize = 8 * 1024;
arion = {
backend = "docker";
projects.devnet-eth.settings = networks.modules.devnet-eth;
Expand Down

0 comments on commit 4dbf52b

Please sign in to comment.