Skip to content

Commit f4e379c

Browse files
author
Daniel Mikusa
authored
Remove broken link in README
1 parent 5da4b13 commit f4e379c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ The following algorithm is used to generate the holistic JVM memory configuratio
3030

3131
Broadly, this means that for a constant application (same number of classes), the non-heap overhead is a fixed value. Any changes to the total memory will be directly reflected in the size of the heap. Adjustments to the non-heap memory configuration (e.g. stack size, reserved code cache) _can_ result in larger heap sizes but can also have negative runtime side-effects that must be taken into account.
3232

33-
The document [Java Buildpack Memory Calculator v3][v3] provides some rationale for the memory calculator externals.
34-
35-
[v3]: https://docs.google.com/document/d/1vlXBiwRIjwiVcbvUGYMrxx2Aw1RVAtxq3iuZ3UK2vXA/edit?usp=sharing
36-
3733
### Compressed class space size
3834

3935
According to the [HotSpot GC Tuning Guide][h]:

0 commit comments

Comments
 (0)