From 015f5324918566586d32fcd05dfd03bb0e654151 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 27 Jan 2017 15:11:47 +0100 Subject: [PATCH] disable YourKit probes since they lead to performance degradation (IDEA-166601) --- bin/scripts/unix/idea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scripts/unix/idea.sh b/bin/scripts/unix/idea.sh index 38487a589aa4..e0601c105681 100755 --- a/bin/scripts/unix/idea.sh +++ b/bin/scripts/unix/idea.sh @@ -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