disable YourKit probes since they lead to performance degradation (IDEA-166601)

This commit is contained in:
peter
2017-01-27 15:11:47 +01:00
parent 2ac4ed9c48
commit 015f532491

View File

@@ -166,7 +166,7 @@ if [ "$IS_EAP" = "true" ]; then
OS_NAME=`echo "$OS_TYPE" | "$TR" '[:upper:]' '[:lower:]'`
AGENT_LIB="yjpagent-$OS_NAME$BITS"
if [ -r "$IDE_BIN_HOME/lib$AGENT_LIB.so" ]; then
AGENT="-agentlib:$AGENT_LIB=disablealloc,delay=10000,sessionname=@@system_selector@@"
AGENT="-agentlib:$AGENT_LIB=disablealloc,delay=10000,probe_disable=*,sessionname=@@system_selector@@"
fi
fi