-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring taking minutes to run on MacOS with M1 Chip #635
Comments
Working over here – running Ruby 2.7.1 and Rails 6.0.3.2. I am noticing Spring pegging a CPU core or two so am having to disable it. |
having similar issues, but could not debug it further. |
Same here, spring burns three cpus on apple mac m1.
|
I was having a similar issue and my problem was that we were using I suggest you guys take a look at that and upgrade |
Yep, CPU issue is resolved by upgrading |
|
Hi folks,
Just got the new Macbook Pro with the Apple M1 Chip.
Reinstalled everything as usual through the terminal on Rosetta to avoid issues ! Everything works perfectly except my Rails Console.
Everytime I launch it it takes literally minutes to start. After the first start, I can exit and relaunch within a sec, but the first start is always a pain.
My first guess is that it has something to do with Spring and Rosetta.
When I check on the spring server it gets stuck on
[2020-12-08 17:56:18 +0100] [60586] [application:development] preloading app
Any other similar experience ?
Best
The text was updated successfully, but these errors were encountered: