Skip to content

Commit 72098cd

Browse files
committed
fix
1 parent ccf1cea commit 72098cd

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

lisa/tools/ntttcp.py

+16-16
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@
2525
from lisa.testsuite import TestResult
2626

2727
NTTTCP_TCP_CONCURRENCY = [
28-
1,
29-
2,
30-
4,
31-
8,
32-
16,
33-
32,
34-
64,
35-
128,
36-
256,
37-
512,
38-
1024,
39-
2048,
40-
4096,
41-
6144,
42-
8192,
43-
10240,
28+
# 1,
29+
# 2,
30+
# 4,
31+
# 8,
32+
# 16,
33+
# 32,
34+
# 64,
35+
# 128,
36+
# 256,
37+
# 512,
38+
# 1024,
39+
# 2048,
40+
# 4096,
41+
# 6144,
42+
# 8192,
43+
# 10240,
4444
20480,
4545
]
4646
# Running NTTTCP in BSD results in error:

lisa/tools/qemu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def create_vm(
134134
# -enable-kvm: enable kvm
135135
# -display: enable or disable display
136136
# -daemonize: run in background
137-
cmd += "-enable-kvm -display none -daemonize "
137+
cmd += "-m 64000 -enable-kvm -display none -daemonize "
138138

139139
result = self.run(
140140
cmd,

0 commit comments

Comments
 (0)