Skip to content

Commit 71c8c9b

Browse files
michele-mancioppinebhale
authored andcommitted
Update JRE documentation
This change updates the JRE documentation so that the use of short IDs is properly described. [resolve cloudfoundry#452]
1 parent 5b4f39c commit 71c8c9b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/jre-open_jdk_jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Memory pool usage:
6969
PS Old Gen: init 43515904, used 247459792, committed 247463936, max 247463936
7070
```
7171

72-
If a heap dump [Volume Service][] is bound, terminal heap dumps will be written with the pattern `<CONTAINER_DIR>/<SPACE_NAME>-<SHORT_SPACE_ID>/<APPLICATION_NAME>-<SHORT_APPLICATION_ID>/<INSTANCE_INDEX>-<TIMESTAMP>-<SHORT_INSTANCE_ID>.hprof`
72+
If a heap dump [Volume Service][] is bound, terminal heap dumps will be written with the pattern `<CONTAINER_DIR>/<SPACE_NAME>-<SPACE_ID[0,8]>/<APPLICATION_NAME>-<APPLICATION_ID[0,8]>/<INSTANCE_INDEX>-<TIMESTAMP>-<INSTANCE_ID[0,8]>.hprof`
7373

7474
```plain
7575
Heapdump written to /var/vcap/data/9ae0b817-1446-4915-9990-74c1bb26f147/pcfdev-space-e91c5c39/java-main-application-892f20ab/0-2017-06-13T18:31:29+0000-7b23124e.hprof

docs/jre-oracle_jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Memory pool usage:
8585
PS Old Gen: init 43515904, used 247459792, committed 247463936, max 247463936
8686
```
8787

88-
If a heap dump [Volume Service][] is bound, terminal heap dumps will be written with the pattern `<CONTAINER_DIR>/<SPACE_NAME>-<SHORT_SPACE_ID>/<APPLICATION_NAME>-<SHORT_APPLICATION_ID>/<INSTANCE_INDEX>-<TIMESTAMP>-<SHORT_INSTANCE_ID>.hprof`
88+
If a heap dump [Volume Service][] is bound, terminal heap dumps will be written with the pattern `<CONTAINER_DIR>/<SPACE_NAME>-<SPACE_ID[0,8]>/<APPLICATION_NAME>-<APPLICATION_ID[0,8]>/<INSTANCE_INDEX>-<TIMESTAMP>-<INSTANCE_ID[0,8]>.hprof`
8989

9090
```plain
9191
Heapdump written to /var/vcap/data/9ae0b817-1446-4915-9990-74c1bb26f147/pcfdev-space-e91c5c39/java-main-application-892f20ab/0-2017-06-13T18:31:29+0000-7b23124e.hprof

docs/jre-zulu_jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Memory pool usage:
7676
PS Old Gen: init 43515904, used 247459792, committed 247463936, max 247463936
7777
```
7878

79-
If a heap dump [Volume Service][] is bound, terminal heap dumps will be written with the pattern `<CONTAINER_DIR>/<SPACE_NAME>-<SHORT_SPACE_ID>/<APPLICATION_NAME>-<SHORT_APPLICATION_ID>/<INSTANCE_INDEX>-<TIMESTAMP>-<SHORT_INSTANCE_ID>.hprof`
79+
If a heap dump [Volume Service][] is bound, terminal heap dumps will be written with the pattern `<CONTAINER_DIR>/<SPACE_NAME>-<SPACE_ID[0,8]>/<APPLICATION_NAME>-<APPLICATION_ID[0,8]>/<INSTANCE_INDEX>-<TIMESTAMP>-<INSTANCE_ID[0,8]>.hprof`
8080

8181
```plain
8282
Heapdump written to /var/vcap/data/9ae0b817-1446-4915-9990-74c1bb26f147/pcfdev-space-e91c5c39/java-main-application-892f20ab/0-2017-06-13T18:31:29+0000-7b23124e.hprof

0 commit comments

Comments
 (0)