-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > 1.- I have been able to use a 613MB RAM server for a development > environment, but a 1GB RAM server is recommended. You should also ensure the machine has enough disk space for the MongoDB database, which IIRC by default is configured to pre-allocate 48MB (for 32-bit architectures), 183MB (for 64-bit OS X), or 512MB (for Windows) as minimum oplog size, and up to 1GB (on Linux) as maximum oplog size. Additionally, if you store a lot of cached images (for LXC containers) or other binaries (juju tarballs, "fat" charms, etc.) the MongoDB database will grow.
> 2.- Yes, it is allowed but not recommended. You can deploy > additional server to that machine specifying "--to 0" when > deploying. However, this is not recommended because the service > will eat up RAM. Another option is to deploy services isolated in LXC containers, with - --to lxc:<#> where <#> is a juju machine ID (0 for the bootstrap node). > 3.- You can, but only if you are using the local provider. If you > are going to use a cloud environment, then the bootstrap node needs > to be in that same environment. Alternatively, you could bootstrap a manual environment on the Ubuntu desktop machine, but then you'll have to add manually each additional machine to the environment, with add-machine ssh:<user>@<hostname|IP address> - e.g. $ juju add-machine [email protected] - -- Dimiter Naydenov <[email protected]> juju-core team -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUt9rSAAoJENzxV2TbLzHw5sMH/RPUJolTvImGI8zoY4Aleugq ESBMh4B6S3befBdo920Hw9k0QAxLdyAJiPRccmRYiecd5/djv14LlpUGRyxuxhoM GsVFgVAR/cFBsjAjxPX1EMKK5jvm0jSAp+zJbaWoJt9toolZ10Mi0sNx7wEvPy7M dkJI0jD2J2U16ch7R3YVngXBckQEGafxLo3aJHOGYZT2ENfs4yjo+fIHxh2xZJ/h uWlRKEb3vd23HPYLP43EFvZELCujg3uFyxCch0HVw/XFMc2G4DdZN4bANZhcnHud fsdsldnpHaf2O1UkYnzfJudFwML6BHVQxVmJQUPdyxTyRC0rdFMve5rJWOKfCsc= =k40X -----END PGP SIGNATURE----- -- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
