Strange Log Folder - ~/Users/<username>/.yjp/log Keith Davis 创建于 2019年02月10日 15:12 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?
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?
These logs go back to 2012, FYI.
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
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