I am working on a hybrid application using Ionic 2 and webstorm. I usually work on Windows 7, Windows 10, and sometimes with ubuntu 16.04 (but only windows are important here). I am code with WebStorm 2016.1.3 on a 64 bit machine.
All my non-ion projects work very well, but when I play with Ionic, webstorm has problems with RAM. Some very simple actions take a few seconds (move the cursor, save, edit ...). I often have a popup popup that tells me to add memory space for WS. But even if I give webstorm more than a bar, nothing will change. I switched from 512Mo to 1024Mb, then to 2048Mo, and I'm going to give 4096Mo. This is madness.
I tried to use ionic only directly on my smartphone via ionic run
(instead ionic serve) in case ionic starts a kind of VM or whatever, but it doesn’t work.
I can’t try with another IDE right now, but with advanced notepads, I have no problem (Sublime Text, Notepad ++ ...).
I work on different machines, and the same problem occurs on all these machines.
(I am well packed, I have a lot of ram, ssd, etc. Therefore, this may not be a hardware problem).
Do you have an idea? Have you encountered a similar problem?
source
share