Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/integration_tests/performance/test_memory_overhead.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import psutil
import pytest

# If guest memory is >3328MB, it is split in a 2nd region
X86_MEMORY_GAP_START = 3328 * 2**20
# If guest memory is >3072MB, it is split in a 2nd region
X86_MEMORY_GAP_START = 3072 * 2**20


@pytest.mark.parametrize(
Expand Down