Hello, What about global status? with that you can see what is running and stop the,.
Other than that, if your guest are linux, you should think move into lxc-container or docker-container, as they are light virtualization technologies. read as, they don't load a 2nd full os in ram, you should be able to have 2 or more containers running.. even with low ram. Alvaro. On Tue, Jun 3, 2014 at 12:17 AM, <[email protected]> wrote: > Hi everyone, > > my computer (host OS: Xubuntu) has not much RAM and I usually need only > one vagrant machine at time. What would be the best approach to ensure that > all other machines in VirtualBox running on my computer are suspended > before I do vagrant up to resume/start another one? Could please someone > point me to a place where I can hook into vagrant's up process by a bash > script or something like that? > > Ideal UI would be something like: > > $ vagrant up > It appears other virtual machines are running. Do you wish to suspend them > all first before continuing? [Y/n] > ...suspending all machines > ...waking up this machine > > or, if current machine already runs: > > $ vagrant up > ...nothing happens, no suspending, because no resuming/starting takes place > > Thanks for any hints, > Honza > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
