I've changed VM options in ~/.WebStorm2016.3/webstorm.exe.vmoptions
through Help -> Edit custom VM options
menu to the following:
# custom WebStorm VM options
-server
-Xms740m <----------------
-Xmx3050m <----------------
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
After that, WebStorm is not launching. Why?