aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/configuration.nix')
-rw-r--r--test/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configuration.nix b/test/configuration.nix
index 4ac8f76a..1c3cce0d 100644
--- a/test/configuration.nix
+++ b/test/configuration.nix
@@ -84,7 +84,7 @@
virtualisation = {
# Hopefully reduces spurious test failures:
- memorySize = 8192;
+ memorySize = if pkgs.hostPlatform.is32bit then 2046 else 8192;
qemu.options = [
# Need to switch to a different GPU driver than the default one (-vga std) so that Sway can launch: