You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, OS)?
t2.micro, and Ubuntu
Steps to reproduce the issue (command/config used to run Dgraph).
Follow the Dgraph steps to install Multi-host with Docker Swarm.
Does not work with Dgraph live: docker-machine create --driver amazonec2 aws01
Does work with Dgraph live: docker-machine create --driver amazonec2 --amazonec2-instance-type t2.medium --amazonec2-ami ami-02eac2c0129f6376b --amazonec2-ssh-user centos aws01
The former uses the defaults - a t2.micro and ubuntuThe later uses a t2.medium and centos