Skip to content

Commit 71e57f9

Browse files
committed
Additional Documentation
1 parent 9a537d0 commit 71e57f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/framework-java_memory_assistant.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The heap dump filenames will be generated according to the following name patter
3333

3434
`<INSTANCE-INDEX>-%ts:yyyyMMdd'T'mmssSSSZ%-<INSTANCE-ID[0,8]>.hprof`
3535

36-
The timestamp pattern `%ts:yyyyMMdd'T'mmssSSSZ%` is equivalent to the `%FT%T%z` pattern of [strftime](http://www.cplusplus.com/reference/ctime/strftime/) for [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
36+
The timestamp pattern `%ts:yyyyMMdd'T'mmssSSSZ%` is equivalent to the `%FT%T%z` pattern of [strftime](http://www.cplusplus.com/reference/ctime/strftime/) for [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). The default naming convention matches the [`jvmkill`][] naming convention.
3737

3838
### Supported Memory Areas
3939

@@ -112,6 +112,7 @@ To prevent heap dumps from "going down" with the container, you should consider
112112

113113
#### Container-mounted volumes
114114

115-
If you are using a filesystem service that mounts persistent volumes to the container, it is enough to name one of the volume services `heap-dump` or tag one volume with `heap-dump`, and the path specified as the `heap_dump_folder` configuration will be resolved against `<mount-point>/<space_name>-<space_id[0,8]>/<application_name>-<application_id[0-8]>`.
115+
If you are using a filesystem service that mounts persistent volumes to the container, it is enough to name one of the volume services `heap-dump` or tag one volume with `heap-dump`, and the path specified as the `heap_dump_folder` configuration will be resolved against `<mount-point>/<space_name>-<space_id[0,8]>/<application_name>-<application_id[0-8]>`. The default directory convention matches the [`jvmkill`][] directory convention.
116116

117117
[`config/java_memory_assistant.yml`]: ../config/java_memory_assistant.yml
118+
[`jvmkill`]: jre-open_jdk_jre.md#jvmkill

0 commit comments

Comments
 (0)