I have 16G memory, and I am running 5 virtual boxes with 2G memory each. Here is the Vbox and vagrant info:
> [bburleson@bburleson-ontraport ontrapages]$ VBoxManage --version > 4.3.30r101610 > [bburleson@bburleson-ontraport ontrapages]$ vagrant version > Installed Version: 1.7.4 > Latest Version: 1.7.4 > > You're running an up-to-date version of Vagrant! > [bburleson@bburleson-ontraport ontrapages]$ vagrant plugin list > vagrant-share (1.1.4, system) > [bburleson@bburleson-ontraport ontrapages]$ My local system is [bburleson@bburleson-ontraport ontrapages]$ uname -a > Linux bburleson-ontraport 4.1.6-200.fc22.x86_64 #1 SMP Mon Aug 17 19:54:31 > UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > [bburleson@bburleson-ontraport ontrapages]$ And the virtual box that keeps losing its shared folders is [vagrant@projectblack ~]$ uname -a > Linux projectblack.riviera 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 > UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > [vagrant@projectblack ~]$ Thank you! -Ben On Friday, September 18, 2015 at 6:37:51 PM UTC-7, Alvaro Miranda Aguilera wrote: > > Hello, > > I haven't seen that. > > How much memory your host have and how much memory and VMs are trying to > run at the same time? > > What are the versions of OSX, Virtualbox and vagrant? > > VBoxManage --version > > vagrant version > > vagrant plugin list > > > > On Sat, Sep 19, 2015 at 7:22 AM, <[email protected] <javascript:>> > wrote: > >> I keep running into an issue where my synced folders mount on startup, >> but at some random time later (could be minutes, could be several hours) >> they unmount and those files are gone from the box. >> >> I haven't been able to associate the unmounting with any particular >> event. The only thing I notice is that if I have ssh'd into the box that >> connection is disrupted. I am able to ssh in again, but at that point the >> synced folders are always empty. >> >> My development host is running Fedora 22, the virtual box is running >> CentOS 7. I'm using the VirtualBox provider. The box uses both a NAT and >> host-only adapters. >> >> It's pretty frustrating to have to stop and restart the boxes regularly >> to get my synced folders back, so I'll have to figure this out soon or >> abandon Vagrant. >> >> Let me know if I can provide more info or if you have any clues to debug >> this. >> Thank you! >> >> <http://ontraport.com/> >> >> *Phone:* (855) 668-7276 >> *Web: *ONTRAPORT.com <http://www.ontraport.com/> >> *Social:* facebook.com/ontraport <http://www.facebook.com/ontraport> >> >> Read the latest from the ONTRAPORT Blog. <http://blog.ontraport.com> >> >> >> <https://ontrapalooza.com/?utm_campaign=Growth%3A+ONTRApalooza+-+11%2F15&utm_source=Growth%3A+Gmail&utm_medium=Growth%3A+Email+Signature+Banner&utm_content=Growth%3A+ONTRApalooza%3A+Gmail+Signature+Banner+Ad+-+Company+Wide+> >> >> -- >> This mailing list is governed under the HashiCorp Community Guidelines - >> https://www.hashicorp.com/community-guidelines.html. Behavior in >> violation of those guidelines may result in your removal from this mailing >> list. >> >> GitHub Issues: https://github.com/mitchellh/vagrant/issues >> IRC: #vagrant on Freenode >> --- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/vagrant-up/b009011b-1ea8-43b3-bb7f-5e123a3ed983%40googlegroups.com >> >> <https://groups.google.com/d/msgid/vagrant-up/b009011b-1ea8-43b3-bb7f-5e123a3ed983%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- <http://ontraport.com/> *Phone:* (855) 668-7276 *Web: *ONTRAPORT.com <http://www.ontraport.com/> *Social:* facebook.com/ontraport <http://www.facebook.com/ontraport> Read the latest from the ONTRAPORT Blog. <http://blog.ontraport.com> <https://ontrapalooza.com/?utm_campaign=Growth%3A+ONTRApalooza+-+11%2F15&utm_source=Growth%3A+Gmail&utm_medium=Growth%3A+Email+Signature+Banner&utm_content=Growth%3A+ONTRApalooza%3A+Gmail+Signature+Banner+Ad+-+Company+Wide+> -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/3206a109-c5cd-40d9-b21b-b19efe0d4109%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
