You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we don't pass any jvm settings, the builders/cluster.go adds jvm heap size settings based on requested memory. But if we pass some other jvm settings, then jvm heap size settings are not calculated/passed.
CalculateJvmHeapSize function in helpers.go class is not calculating correctly.
How can one reproduce the bug?
Pass any jvm setting in node pool without passing heap size settings, this will make the operator not pass any Xmx/Xms values.
What is the expected behavior?
User should be able to pass other jvm settings without affecting calculation of jvm heap size settings.