Using a value
JBP_CONFIG_OPEN_JDK_JRE: '[jre: {version: 1.8.0_+}, memory_calculator: {memory_sizes: {metaspace: 64m, heap: 170m, stack: 512k}}]'
Results in the following errors during a push;
ERR [ConfigurationUtils] WARN User config value for 'heap' is not valid, existing property not present
ERR [ConfigurationUtils] WARN User config value for 'stack' is not valid, existing property not present
The documentation lists both heap and stack as parameters for memory_sizes along with metaspace.
Using a value
Results in the following errors during a push;
The documentation lists both heap and stack as parameters for memory_sizes along with metaspace.