Strange Log Folder - ~/Users/<username>/.yjp/log

So this folder appears to contain log files for PHPStorm. Did I enable this somehow? Why is the log file name still have PhpStorm2017.2 in the file name if we are on 2019.1?

 

 

 

 

0

Apparently, that is the Java profiling log:

https://www.yourkit.com/docs/java/help/agent.jsp

But is that is enabled by JB or did we do it? Why is the filename have a 3-year-old version of the product in it?

0

These logs go back to 2012, FYI.

0

Aha!

phpstorm64.exe.vmoptions

-Xms128m
-Xmx2048m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-XX:MaxJavaStackTraceDepth=-1
-agentlib:yjpagent64=probe_disable=*,disablealloc,disabletracing,onlylocal,disableexceptiontelemetry,delay=10000,sessionname=PhpStorm2017.2

0

You are on the right way!

Probably, you have added the last line in VM Options some time ago during the performance issues investigation as described here:

https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems

0

请先登录再写评论。