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
Copy file name to clipboardExpand all lines: docs/framework-java_memory_assistant.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Tags are printed to standard output by the buildpack detect script.
15
15
## Configuration
16
16
For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to [Configuration and Extension][].
17
17
18
-
The framework can be configured by modifying the [``config/java_memory_assistant.yml``][] file in the buildpack fork.
18
+
The framework can be configured by modifying the [`config/java_memory_assistant.yml`][] file in the buildpack fork.
19
19
20
20
| Name | Description
21
21
| ---- | -----------
@@ -47,7 +47,7 @@ The timestamp pattern `%ts:yyyyMMdd'T'mmssSSSZ%` is equivalent to the `%FT%T%z`
47
47
| Survivor |`survivor`|
48
48
| Old Generation |`old_gen`|
49
49
50
-
The default values can be found in the [``config/java_memory_assistant.yml``][] file.
50
+
The default values can be found in the [`config/java_memory_assistant.yml`][] file.
51
51
52
52
### Examples
53
53
@@ -112,4 +112,6 @@ To prevent heap dumps from "going down" with the container, you should consider
112
112
113
113
#### Container-mounted volumes
114
114
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]>`.
0 commit comments