Commit 4020f5ed authored by Hejing Li's avatar Hejing Li
Browse files

host memory size set to 4 GB

parent fbc8eb70
...@@ -7,7 +7,7 @@ class NodeConfig(object): ...@@ -7,7 +7,7 @@ class NodeConfig(object):
ip = '10.0.0.1' ip = '10.0.0.1'
prefix = 24 prefix = 24
cores = 1 cores = 1
memory = 512 memory = 4 * 1024
disk_image = 'base' disk_image = 'base'
app = None app = None
......
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