demo: Increase memory of etcd VMs to 1G

512MB is too small to install etcd via apk in the RAM disk.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-04-06 23:19:28 +01:00
parent cc16ceb578
commit 17e4aa3e58

View File

@ -14,7 +14,7 @@
"Moby": "etcd", "Moby": "etcd",
"Disk" : 0, "Disk" : 0,
"CPUs" : 1, "CPUs" : 1,
"Memory" : 512 "Memory" : 1024
} }
}, },
"Flavor": { "Flavor": {