Skip to content

Commit 61f5783

Browse files
author
Jonathan Woollett-Light
committed
test: Update memory threshold to account for instrumentation
Updates memory threshold to account for instrumentation. Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
1 parent cee16ee commit 61f5783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/host_tools/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class MemoryMonitor(Thread):
2626
VMM memory usage.
2727
"""
2828

29-
MEMORY_THRESHOLD = 5 * 1024
29+
MEMORY_THRESHOLD = 6 * 1024
3030
MEMORY_SAMPLE_TIMEOUT_S = 0.05
3131
X86_MEMORY_GAP_START = 3407872
3232

0 commit comments

Comments
 (0)