We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789c084 commit 334f54eCopy full SHA for 334f54e
1 file changed
test/stress/test.py
@@ -30,7 +30,7 @@
30
31
# It's to be expected that the VM allocates more room during the running of tests
32
# e.g. for containers, packets etc. These should all be freed after a run.
33
-acceptable_increase = 2 * PAGE_SIZE
+acceptable_increase = 12 * PAGE_SIZE
34
35
# A persistent connection to the VM for getting memory info
36
# TODO: This should be expanded to check more vital signs, such as time of day,
0 commit comments