YourKit - Out Of Memory Error

Questions about YourKit Java Profiler
Locked
java_guru
Posts: 1
Joined: Wed Aug 28, 2024 11:37 am

YourKit - Out Of Memory Error

Post by java_guru »

Hi there,
I set up everthing and i can take snapshot.
However after a while yourkit throw exception. and snapshot size max 1 GB.
My system PRAM is 32GB, VRAM is 12GB

What should i do to i don't get this error?
------------------------------
Error
https://i.imghippo.com/files/t729E1724845424.png
------------------------------
snapshot Folder
https://i.imghippo.com/files/bLwy31724845617.png
------------------------------
profiler.bat config
@echo off

set JVM_OPTS=
set JVM_OPTS=%JVM_OPTS% "--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED"
set JVM_OPTS=%JVM_OPTS% "-Xmx16G"
set JVM_OPTS=%JVM_OPTS% "-Djava.awt.smartInvalidate=true"
set JVM_OPTS=%JVM_OPTS% "-Djna.nosys=true"

"%~dp0\..\jre64\bin\java.exe" %JVM_OPTS% -jar "%~dp0\..\lib\yourkit.jar" %*
------------------------------
Thank you
Vladimir Kondratyev
Posts: 1656
Joined: Tue Aug 10, 2004 7:52 pm

Re: YourKit - Out Of Memory Error

Post by Vladimir Kondratyev »

Please share the snapshot that causes this issue by sending the download link to [email protected]. We would be happy to investigate.

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Vladimir Kondratyev
Posts: 1656
Joined: Tue Aug 10, 2004 7:52 pm

Re: YourKit - Out Of Memory Error

Post by Vladimir Kondratyev »

Is there any update on this? I will be closing this topic due to inactivity.

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Locked