Reputation: 1342
I'm new in Ruby On Rails but each time I make a mistake (in a function for instance), my computer (xubuntu 10.10) totally freezes.
Actually I can't do anything except waiting and I finally got an "No memory error -> failed to allocate memory" error after 5 or 10 minutes.
I use rails 3 and mongoDB.
I'm developping from an existing project with many gems, is there any consequences ?
Thank you !
Upvotes: 0
Views: 4372
Reputation: 15530
Upvotes: 1
Reputation: 5570
Possible diagnosis:
These days it's good practice to install your rubies through RVM: http://beginrescueend.com/
If you want to test if you RAM is bad try memtest86: http://www.memtest86.com/
I'd go with installing RVM.
Upvotes: 2