[TYPO3-dev] phpStorm

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon Nov 29 18:41:19 CET 2010


Ingo Renner schrieb am 29.11.2010 18:11:
> Martin Kutschker wrote:
> 
>> How much does it need? PDT is slow for all of my colleagues (Windows
>> and Mac).
> 
> I allowed it to grab a gig and it's set to start with 256MB. Usually it
> stay around 500 -800MB

PhpStorm (EAP 2) comes with these default settings (in file
PhpStorm.exe.vmoptions):

-Xms32m
-Xmx500m
-XX:MaxPermSize=150m

According to this article [1] too big "mx" and "ms" values are not
recommended because they slow down garbage collector. Looking at the
memory indicator in the PhpStorm IDE itself (lower right corner) gives
an indication on current usage. If it shows that the memory in use is
almost equal to the total memory available, you might want to rise the
limits. In my case it is usually only needing ~130Mb per instance.

So I am not sure if tweeking that memory limits would give me any extra
benefit. If it was too low, I would get a "memory full" exception, isn't
that so?

Cheers,
Ernesto

[1]
http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/




More information about the TYPO3-dev mailing list