yellow team mailing list archive
-
yellow team
-
Mailing list archive
-
Message #00689
Getting an 8-core ec2 instance running using new juju constraints
This is how I was able to get buildbot running on ec2 today:
http://pastebin.ubuntu.com/927016/
At line 17 I had tried setting --constraints "cpu=8 mem=64.8G" but juju rejected the 'mem' argument.
Trying the version at line 13 of setting the constraints via 'juju set-constraints' was accepted but had no effect. The slave started up as a small instance.
--bac