Skip to content

Commit

Permalink
nixosTests.spark: give worker node 2G of memory
Browse files Browse the repository at this point in the history
test currently failing due to OOM
  • Loading branch information
risicle committed Oct 8, 2022
1 parent fc8106d commit 68138bf
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 68138bf

Please sign in to comment.