Disable "Automatic thread dumps"
已回答
I'm pretty satisfy with IDEA performance and don't mention any lags or freezes.
But for some reason when I checks log directory (~/Library/Logs/IntelliJIdea2016.3) I see a lot of threadDumps-* folders with a lot of freeze-* folders with one or several threadDump-* files in them. This files take a space (currently around 500Mb) and only increase.
How can I disable "Automatic thread dumps" completely or at last increase freeze duration when such dump creates?
请先登录再写评论。
Add this line to VM Options (https://intellij-support.jetbrains.com/hc/articles/206544869).
Great! Seems it works :). Thank you.
@Serge Baranov
I added
to my
~/PhpStorm2017.3/config/phpstorm64.vmoptions
In 'idea.log' I see it
Even with that,
Double check this option is visible in Help | Edit Custom VM Options.
@Serge Baranov
It's in there
It appears the property has been renamed to
So, you need to add
in Help | Edit Custom VM Options now.
@Serge Baranov
Changed that, restarted.
No more trace* DIRS, and in log I see only related INFO level
Seems OK for now
I'd recommend reporting the performance problems at https://youtrack.jetbrains.com/issues/IDEA instead of hiding them.
Do we need to restart the IDE for it to work?
Yes, restart is needed when changing any .vmoptions or .properties.
Have added -Dperformance.watcher.unresponsive.interval.ms=0 to custom vm options
Still seeing thread dumps folders being created
version - 2023.2.4
It looks like the code was changed and there is no longer a way to disable it.
Serge Baranov Because of automatic thread dump. Intellij app is not responding .cpu usage,disk speed,memory usage goes skyrocket . we would like the feature to be added back please.
IDE is not responding because of some other issue which is causing these dumps to be recorded. Please contact support with the thread dumps attached so that we can help you with this problem: https://intellij-support.jetbrains.com/hc/requests/new.