Skip to content

Commit

Permalink
Update JRE documentation
Browse files Browse the repository at this point in the history
This change updates the JRE documentation so that the use of short IDs is
properly described.

[resolve cloudfoundry#452]
  • Loading branch information
michele-mancioppi authored and nebhale committed Jul 4, 2017
1 parent 5b4f39c commit 71c8c9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/jre-open_jdk_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Memory pool usage:
PS Old Gen: init 43515904, used 247459792, committed 247463936, max 247463936
```

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`
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`

```plain
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
Expand Down
2 changes: 1 addition & 1 deletion docs/jre-oracle_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Memory pool usage:
PS Old Gen: init 43515904, used 247459792, committed 247463936, max 247463936
```

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`
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`

```plain
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
Expand Down
2 changes: 1 addition & 1 deletion docs/jre-zulu_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Memory pool usage:
PS Old Gen: init 43515904, used 247459792, committed 247463936, max 247463936
```

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`
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`

```plain
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
Expand Down

0 comments on commit 71c8c9b

Please sign in to comment.