Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Vagrant Box response is extremely slow

Howdy,

I have setup and verified that the vagrant/virtualbox combination from the "Installing a Ruby Development Environment" topic is working, but when I try to run very simple commands such as git status while doing the "Build a Todo List Application with Rails 4" topic it takes 5 to 10 seconds just to execute. Anyone else seeing this or have a solution?

I'm on OS X 10.9.

Thanks!

1 Answer

James Barnett
James Barnett
39,199 Points

To narrow down the issue, if it's on the VM side or on the host side, run the following in the VM.

1 - Get the current cpu load of the VM

uptime

2 - Get current free memory

free -m

3 - Get execution time of git status in the VM

time git status