Sluggishness with WebStorm and Meteor?

So, I'm working on a Mac Mini using WebStorm to fuss with Meteor apps. I find WebStorm tends to be sluggish and constantly trying to index things. I have 4 gigabytes of RAM, of which 791M seems to be allocated WebStorm each time. My disk is 500 GB, and I am sure that there is always at least 20% to 30% free space.

So a few questions ... is this a Meteor package process that forces WebStorm to do indexing? Is there a way to optimize indexing? Make it work less often? Ignore the .meteor directory, maybe? Is 20% of the available RAM the appropriate amount to place on WebStorm for Meteor development? Are there other things people can recommend for optimizing WebStorm so that it isn't so sluggish?

Thanks in advance for your recommendations!

+5
source share
2 answers

As @Martin said - exclude directories in which Meteor stores compiled files: .meteor\localand .meteor\meteorite(when using a meteorite).

/ : /usr/lib/meteor/packages/. PhpStorm PHP ( , PHP-).

JavaScript , .

+6

PHPStoem , , . , PHPStorm WebStorm...

, , IDE, - . , IDE , () . , .meteor, .

, , .meteor , .

+2

All Articles