Skip to content

Commit 99e4c7d

Browse files
fix: changed jfr bin file
1 parent 28d2813 commit 99e4c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/agent/profiler/jvm/jcmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
jfr = "jfr"
30+
jfr = "/opt/jdk/bin/jfr"
3131
jcmd = "/opt/jdk/bin/jcmd"
3232
jfrSettingsImageFilePath = "/app/jfr/settings/jfr-profile.jfc"
3333
jfrSettingsTmpFilePath = "/tmp/jfr-profile.jfc"

0 commit comments

Comments
 (0)