Skip to content

Commit

Permalink
Merge pull request #195139 from NixOS/backport-195070-to-release-22.05
Browse files Browse the repository at this point in the history
[Backport release-22.05] nixosTests.spark: give `worker` node 2G of memory
  • Loading branch information
risicle authored Oct 8, 2022
2 parents 8fb05e8 + fcefb44 commit 8e799ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/spark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import ../make-test-python.nix ({...}: {
enable = true;
master = "master:7077";
};
virtualisation.memorySize = 2048;
};
master = { config, pkgs, ... }: {
services.spark.master = {
Expand Down

0 comments on commit 8e799ff

Please sign in to comment.