Skip to content

JFR recording footprint #653

Answered by andrewazores
grzesuav asked this question in Q&A
Sep 18, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You may find these resources helpful:

https://docs.oracle.com/javacomponents/jmc-5-3/jfr-runtime-guide/about.htm#CHDHAGAF

https://docs.oracle.com/javacomponents/jmc-5-4/jfr-runtime-guide/run.htm#JFRUH164

When you enable JFR, the JVM keeps some in-memory buffers to hold the JFR events. If you enable the todisk option then the JVM will flush the data to disk storage periodically, as the in-memory buffers fill up. You can also set the maximum age and/or size of data that should be kept in this on-disk "JFR repository", so that sounds like it would satisfy your "take up to 50m" idea.

Under the Advanced Options in the Cryostat UI you can configure these things. The todisk is on by default, so…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@grzesuav
Comment options

@andrewazores
Comment options

Answer selected by grzesuav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants