Commit 749baeb3 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

orchestration: set default host CPU frequency to 4GHz from 8

parent d45c77cd
...@@ -269,7 +269,7 @@ class HostSim(Simulator): ...@@ -269,7 +269,7 @@ class HostSim(Simulator):
simulators have completed execution. simulators have completed execution.
""" """
self.sleep = 0 self.sleep = 0
self.cpu_freq = '8GHz' self.cpu_freq = '4GHz'
self.sync_mode = 0 self.sync_mode = 0
self.sync_period = 500 self.sync_period = 500
...@@ -326,7 +326,6 @@ class QemuHost(HostSim): ...@@ -326,7 +326,6 @@ class QemuHost(HostSim):
super().__init__(node_config) super().__init__(node_config)
self.sync = False self.sync = False
self.cpu_freq = '4GHz'
def resreq_cores(self): def resreq_cores(self):
if self.sync: if self.sync:
......
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