JVM parameter

Questions about YourKit Java Profiler
Post Reply
duonganh
Posts: 1
Joined: Sat Jul 08, 2017 4:55 pm

JVM parameter

Post by duonganh »

Hi there,

I am evaluating tool on JBoss server and I found the it will conflict with some JVM parameters. When I added

-agentpath:${YOURKIT_HOME}/bin/linux-x86-64/libyjpagent.so=disablestacktelemetry,disableexceptiontelemetry,dir=$LOGDIR,sessionname=synnex "

into the run.sh on JBoss server, I cannot startup the server and I have to disable the two parameter to start it. But it will change the GC policy we applied. That's not what we want.
# -XX:+UseConcMarkSweepGC -XX:+UseParNewGC

Any suggestion?

Thanks
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: JVM parameter

Post by Anton Katilin »

Hi,

The profiler agent should work fine with any GC options.

Which error messages do you get?

Perhaps you made a mistake while editing the script. Could you please send the edited and the original files to [email protected]

Best regards,
Anton
Post Reply