Skip to content

Commit bfddbee

Browse files
committed
Temporarily increase memory for Whonix Workstation 17
This is done instead of QubesOS/qubes-core-admin-addon-whonix#24, that is not planned to be merged for now. See https://forums.whonix.org/t/increased-memory-usage/22092 for discussion.
1 parent 10d7a4f commit bfddbee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/update2.pm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ sub run {
8989
my $latest_kernel = script_output('ls -1v /var/lib/qubes/vm-kernels|grep "^[0-9]" |tail -1');
9090
assert_script_run("qubes-prefs default-kernel $latest_kernel");
9191
}
92+
93+
# Instead of
94+
# https://github.com/QubesOS/qubes-core-admin-addon-whonix/pull/24, until
95+
# Whonix 18 happens
96+
script_run("qvm-prefs whonix-workstation-17 memory 500");
97+
9298
my $targets="--templates";
9399
if (get_var('TEST_TEMPLATES')) {
94100
# do a reverse map, new->old

0 commit comments

Comments
 (0)