Commit 044e4716 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

orchestration/nodeconfig.py: change default memory size from 8 Gb to 512 Mb

parent 15cead28
......@@ -84,7 +84,7 @@ class NodeConfig():
"""Number of CPU cores."""
self.threads = 1
"""Number of threads per CPU core."""
self.memory = 8 * 1024
self.memory = 512
"""Amount of system memory in MB."""
self.disk_image = 'base'
"""Name of disk image to use."""
......
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