Skip to content

Commit

Permalink
Merge pull request #157 from paketo-buildpacks/calc-link
Browse files Browse the repository at this point in the history
Added link to Memory Calculator detail in docs
  • Loading branch information
Daniel Mikusa authored Mar 30, 2022
2 parents e32cd7c + 2425c11 commit 6cfe0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper/memory_calculator.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func (m MemoryCalculator) Execute() (map[string]string, error) {
m.Logger.Infof(`WARNING: failed to parse available memory from path %q: %s`, m.MemoryInfoPath, err)
} else {
m.Logger.Infof("Calculating JVM memory based on %s available memory", calc.Size{Value: mem}.String())
m.Logger.Info("`For more information on this calculation, see https://paketo.io/docs/reference/java-reference/#memory-calculator")
totalMemory = mem
}
}
Expand Down

0 comments on commit 6cfe0ca

Please sign in to comment.