-
Notifications
You must be signed in to change notification settings - Fork 21
Atom taking lot of CPU when flow bin version is not the same as flowconfig version #114
Comments
This sounds like an error I caused. I'll fix it soon. As of now the fix is to go to the terminal and manually start the flow server for the current version. |
@nmn Anything on this? |
Sorry I've been on vacation. I'll fix this today. |
Great. I hope you've had a great vacation time. Waiting for the fix ⏩ |
Anything I can do to help fix this? |
I will be glad if you can do anything to solve this 👍 |
As of today this is still the best solution to side step this issue. Not sure this has anything to do with [version] since I haven't even set [version] in my flowconfig. |
The linter used to recheck flow when the server was initializing. This could cause massive CPU usage. closes #114
Guys I solved it. So, I deleted my absolute path to flow.js. Then I inserted this path And it does not consume memory and it works !!! |
I feel it was a somehow conflict between my absolute |
hello! |
Sorry, been busy. But I am working on this, Promise! |
Waiting :D |
I'm working with the Flow team to figure some things out. |
Eg: flow version is 0.28
.flowconfig [version] is 0.27
AtomHelper takes 100% of CPU.
When running flow in CLI
I guess this plugin does not handle this case correctly and try again and again?
The text was updated successfully, but these errors were encountered: