Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
9638b07f
Commit
9638b07f
authored
Dec 06, 2020
by
Hejing Li
Browse files
simulator: qemu request memory 8G
parent
d0d2b608
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/modes/simulators.py
experiments/modes/simulators.py
+1
-1
No files found.
experiments/modes/simulators.py
View file @
9638b07f
...
...
@@ -88,7 +88,7 @@ class QemuHost(HostSim):
return
self
.
node_config
.
cores
+
1
def
resreq_mem
(
self
):
return
4096
return
8192
def
prep_cmds
(
self
,
env
):
to_path
=
env
.
hdcopy_path
(
self
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment