summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-10-08 11:55:51 +0100
committerRobert Scott <code@humanleg.org.uk>2022-10-08 11:55:51 +0100
commit68138bfb280de7ad1ec99b8e54fcbc58cea453b6 (patch)
tree5053295127c4a12969803b49296c5043658ab9be /nixos
parentfc8106d93730191f7d5bd364af6098ce9d8369bd (diff)
nixosTests.spark: give worker node 2G of memory
test currently failing due to OOM
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/spark/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/spark/default.nix b/nixos/tests/spark/default.nix
index 025c5a5222e7..462f0d23a403 100644
--- a/nixos/tests/spark/default.nix
+++ b/nixos/tests/spark/default.nix
@@ -7,6 +7,7 @@ import ../make-test-python.nix ({...}: {
enable = true;
master = "master:7077";
};
+ virtualisation.memorySize = 2048;
};
master = { config, pkgs, ... }: {
services.spark.master = {