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
()
| 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 |