You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe. the file that ships with the JDK has a LOT of stuff enabled. When creating the .jfc file for profiling tests (which I think this derived from at one point), I disabled everything except the bare minimum, but then lowered the interval to 1ms. the idea was to give more fine-grained data but still keep low overhead. https://github.com/apache/lucene/blob/main/gradle/testing/profiling.jfc
You can look at the file shipped with the JDK if you want to see defaults. Maybe its even a better start for long-running benchmark? But I'd be careful of BOTH setting low intervals AND enabling the kitchen sink?
I am trying to look in to JVM profile but the JFR is not reporting Heap usage. Is there a flag enable that ?
The text was updated successfully, but these errors were encountered: