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