aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/configuration.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-02 16:15:09 +0900
committerOphestra <cat@gensokyo.uk>2025-11-02 16:37:08 +0900
commit0e5ca74b983f3a60c3e251f7794a1cad85d296fa (patch)
treefb77863662d4059b7b942ed6e995fd592f01eec4 /test/configuration.nix
parent23ae7822bf292b6064c1dfb811b9f71ae3d4a0cc (diff)
cmd/hakurei/print: serialise array for ps
Wanted to do this for a long time, since the key is redundant. This also makes it easier to migrate to the new store interface. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
-rw-r--r--test/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/configuration.nix b/test/configuration.nix
index 39fd166c..4ac8f76a 100644
--- a/test/configuration.nix
+++ b/test/configuration.nix
@@ -84,14 +84,14 @@
virtualisation = {
# Hopefully reduces spurious test failures:
- memorySize = 4096;
+ memorySize = 8192;
qemu.options = [
# Need to switch to a different GPU driver than the default one (-vga std) so that Sway can launch:
"-vga none -device virtio-gpu-pci"
# Increase Go test compiler performance:
- "-smp 8"
+ "-smp 16"
];
};