mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8303229: JFR: Preserve disk repository after exit
Reviewed-by: dholmes, mgronlun
This commit is contained in:
parent
ecec611af6
commit
336a23e70a
10 changed files with 235 additions and 45 deletions
|
@ -1337,6 +1337,12 @@ buffers.
|
|||
Maximum number of old objects to track.
|
||||
By default, the number of objects is set to 256.
|
||||
.TP
|
||||
\f[V]preserve-repository=\f[R]{\f[V]true\f[R]|\f[V]false\f[R]}
|
||||
Specifies whether files stored in the disk repository should be kept
|
||||
after the JVM has exited.
|
||||
If false, files are deleted.
|
||||
By default, this parameter is disabled.
|
||||
.TP
|
||||
\f[V]repository=\f[R]\f[I]path\f[R]
|
||||
Specifies the repository (a directory) for temporary disk storage.
|
||||
By default, the system\[aq]s temporary directory is used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue