Mac OSX Lion and Ruby - [FATAL] failed to allocate memory

前端 未结 3 1022
谎友^
谎友^ 2020-12-19 02:03

I have serious problem with Ruby and OSX Lion - whenever I try to start Rails or even a rake tool I am getting this error:

[FATAL] failed to allocate memory
         


        
3条回答
  •  -上瘾入骨i
    2020-12-19 02:30

    I uninstalled mysql2

    $ gem uninstall mysql2
    

    And reinstalled via bundler

    $ bundle
    

    And I'm able to rails s once again

提交回复
热议问题