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
Currently, we use a configurable memory factor in the control plane, so the memory is calculated based on the given cpu. This, however, is not suitable for all partitions/databases.
So, we shoudl introduce amemory field in the custom ressource to override the memory factor (in the control plane) for that instance. This should mostly affect the validation code in the control plane.