We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee16ee commit 61f5783Copy full SHA for 61f5783
tests/host_tools/memory.py
@@ -26,7 +26,7 @@ class MemoryMonitor(Thread):
26
VMM memory usage.
27
"""
28
29
- MEMORY_THRESHOLD = 5 * 1024
+ MEMORY_THRESHOLD = 6 * 1024
30
MEMORY_SAMPLE_TIMEOUT_S = 0.05
31
X86_MEMORY_GAP_START = 3407872
32
0 commit comments