MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / MemoryCalculatorCommand

Method MemoryCalculatorCommand

src/java/jres/jre.go:50–50  ·  view source on GitHub ↗

MemoryCalculatorCommand returns the shell command snippet to run memory calculator This command is prepended to the container startup command Returns empty string if memory calculator is not installed

()

Source from the content-addressed store, hash-verified

48 // This command is prepended to the container startup command
49 // Returns empty string if memory calculator is not installed
50 MemoryCalculatorCommand() string
51}
52
53// Registry manages multiple JRE providers

Callers 1

writeReleaseYamlMethod · 0.65

Implementers 2

ZingJREsrc/java/jres/zing.go
BaseJREsrc/java/jres/base_jre.go

Calls

no outgoing calls

Tested by

no test coverage detected