PhpStorm on mac is worse
Recently I've moved from windows to mac and i have a MacBook Pro. I'm surprised to see that PHPStorm has lag in use on MacOs. For ex now i needed to see history on a piece of code and it stays like this for more than 15 minutes (https://screencast.com/t/RavSDqTFfoiZ).
Another problem is that sometimes PHPstorm consumes a lot of ram (https://screencast.com/t/RavSDqTFfoiZ) which cause the ventilation to make a lot of noise.
Does anyone face these problems?
Please sign in to leave a comment.
moved from Linux to a macbook pro a few months ago myself. No lag here. No fan noise. Phpstorm is fast.
Did read somewhere that installing xcode (the osx ide) sets up your system with flags marking it as a development machine. I have it installed but never use it. Not sure if thats related to your issue or not though.
Hi, Michael.
I've installed Xcode, I will see if there are any improvements on the MacOS.
Thanks!
Any other suggestions?
disable all plugins you're not using. I use git, but I dont use SVN or subversion. or joomla, or wordpress, or CVS or codeception or ASP or............ so they're all disabled.
under HELP -> DIAGNOSTICS -> PERFORMANCE SUMMARY
mine is:
{code}
Filesystem Info:
File system is case sensitive: false
Are there symlinks: false
Number of files: 19183
System Info:
Number of CPU: 8
Used memory: 228Mb
Free memory: 67Mb
Total memory: 295Mb
Maximum available memory: 1088Mb
Project Info:
Number of opened files: 9
File size (in lines): 186
File size in characters: 7322
Last action: _Undo
Number of injection: 1
IDE Info:
Custom plugins: [BashSupport (1.6.9.171), Handlebars/Mustache (171.4424.20), Tabdir (1.6.6)]
Disabled plugins:[CVS Integration (11), Perforce Integration (2.0), Subversion Integration (1.1), UML Support (1.0), ASP (0.1), hg4idea (10.0), AngularJS (171.4424.11), CoffeeScript (2.0), Phing Support (171.4424.11), Blade Support (171.4424.11), Drupal Support (171.4424.11), Joomla! Support (171.4424.11), WordPress Support (171.4424.11), Haml (171.4424.11), Docker integration (2.5.3.1), PHP Docker (171.4424.11), Vagrant (171.4424.11), Codeception Framework (171.4424.11), PHPSpec BDD Framework (171.4424.11)]
Build version: PhpStorm 2017.1.3 Build #PS-171.4424.11 April 26, 2017
Java version: 1.8.0_112-release-736-b21x86_64
Operating System: Mac OS X (10.12.4, x86_64)
JVM version: OpenJDK 64-Bit Server VM JetBrains s.r.o
{code}
Hi.
I'm using the same plugins as before(on windows) because i've imported those settings.
this is my Diagnostic: (Do you see any issues?)
Filesystem Info:
File system is case sensitive: false
Are there symlinks: true
Number of files: 119219
System Info:
Number of CPU: 8
Used memory: 657Mb
Free memory: 67Mb
Total memory: 725Mb
Maximum available memory: 725Mb
Project Info:
Number of opened files: 2
File size (in lines): 344
File size in characters: 22268
Last action: _Undo Backspace
Number of injection: 72
IDE Info:
Custom plugins: [.ignore (1.7.6), EditorConfig (171.2613.14), LiveEdit (171.4424.20), CakeStorm (0.6.1), Laravel Plugin (0.14.2), Vue.js (171.4424.20)]
Disabled plugins:[Symfony Plugin (0.14.144)]
Build version: PhpStorm 2017.1.3 Build #PS-171.4424.11 April 26, 2017
Java version: 1.8.0_112-release-736-b21x86_64
Operating System: Mac OS X (10.12.4, x86_64)
JVM version: OpenJDK 64-Bit Server VM JetBrains s.r.o
maybe increase the memory, your close to the limit
HELP -> DIAGNOSTICS -> MEMORY SETTINGS -> SAVE AND RESTART.
Other than that, you have a few more custom plugins than I do and a few less disabled plugins, but the rest seems almost the same.
Thanks Michael for the suggestions.
I've increased the memory settings, i will get back with more feedback.
Best Regards