ianhattendorf / autocomplete-ruby

Provides intelligent code completion for Ruby in the Atom editor. Requires RSense.
MIT License
51 stars 9 forks source link

Atom is become really slow #20

Closed MaximeRVY closed 7 years ago

MaximeRVY commented 7 years ago

Hi there,

I really like your plugin. It's really cool.

But when I enable it, I notice a lot of lag :/

Is it normal ? How can I help to find the cause ?

Thanks,

Maxime

ianhattendorf commented 7 years ago

What OS? What's your free/total memory? Are you receiving any errors/warnings from atom?

MaximeRVY commented 7 years ago

Hi @ianhattendorf,

Thanks for your response.

I'm on a macbook pro , version os: 10.10.5.

I have around 1go free on 8go total memory.

And nop, I don't any errors/warning from atom :/

If I can do anything to find the cause of this problem, don't hesitate :-)

ianhattendorf commented 7 years ago

What model year? Depending on how large the project you're indexing is and if you have an HDD/SSD it might take a while to index at first, but that should only be at the beginning.

You could also try updating to 10.12.x, you're 2 major versions behind.

Sorry, other than that I'm not sure what it could be. I'll leave this open for a while to see if anyone else experiences any slowness or has any ideas.

MaximeRVY commented 7 years ago

Thanks for you response.

The year is late 2013. And I have a SSD.

I know my os version is pretty old :/ I'll try to do the upgrade this month.

I'll get back to you if I see any amelioration :-)

smoothdvd commented 7 years ago

@MaximeRDY this plugin depends rsense, it's java and really occupied too much CPU and memory.

ianhattendorf commented 7 years ago

I'm going to go ahead and close this, as there doesn't appear to be anything that can be done on this end.