Commit 9638b07f authored by Hejing Li's avatar Hejing Li
Browse files

simulator: qemu request memory 8G

parent d0d2b608
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment