<div dir="ltr">Hi Surojit,<div><br></div><div>I think 8G of RAM and 80G of disk should be considered the minimum. The guide will create 3 m1.small VMs (each with 2G of RAM and 20G of disk), and 2 volumes (5G each).</div><div><br></div><div>In your case, I am not sure why you get the memory error. Probably, you could walk-around it by creating a flavor with less computing resources, then use the new flavor to create the cluster:</div><div><br></div><div># create a new flavor with 1G of RAM and 10G of disk</div><div>$ nova flavor-create m2.small 1234 1024 10 1</div><div><br></div><div>$ magnum baymodel-create --name testbaymodel --image-id fedora-21-atomic \</div><div>                       --keypair-id testkey \</div><div>                       --external-network-id $NIC_ID \</div><div>                       --dns-nameserver 8.8.8.8 --flavor-id m2.small \</div><div>                       --docker-volume-size 5</div><div><br></div><div>Thanks,</div><div>Hongbin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 19, 2015 at 11:06 PM, Surojit Pathak <span dir="ltr"><<a href="mailto:suro.patz@gmail.com" target="_blank">suro.patz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Team,<br>
<br>
Do we have a ballpark amount for the memory of the devstack machine to run magnum? I am running devstack as a VM with (4 VCPU/50G-Disk/8G-Mem) and running magnum on it as per[1].<br>
<br>
I am observing the kube-Nodes goes often in "SHUTOFF" state. If I do 'nova reset-state', the instance goes into ERROR state with message indicating that it has run out of memory[2].<br>
<br>
Do we have any recommendation on the size of the RAM for the deployment described in[1]?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Regards,<br>
SURO<br>
<br>
[1] -<a href="https://github.com/stackforge/magnum/blob/master/doc/source/dev/dev-quickstart.rst" target="_blank">https://github.com/<u></u>stackforge/magnum/blob/master/<u></u>doc/source/dev/dev-quickstart.<u></u>rst</a><br>
[2] - "internal error: process exited while connecting to monitor: Cannot set up guest memory 'pc.ram'<br>
<br>
<br>
______________________________<u></u>______________________________<u></u>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.<u></u>openstack.org?subject:<u></u>unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack-dev</a><br>
</font></span></blockquote></div><br></div>