Replies: 1 comment 1 reply
-
Hi @z-reda, thanks for your comment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would suggest that we follow the cloud native pattern of defining resouces.
The CPU power has to be defined in units like milliCPU (mCPU), which allows for finer granularity (e.g., 500m for half a CPU). This precision helps ensure that applications receive exactly the amount of CPU they need, preventing both over-provisioning and under-provisioning.
Same for memory it should be in megabytes (MB) rather than gigabytes (GB) to offer better granularity and more accurate control over memory allocation.
This allows for more precise tuning of application performance and resource usage. #
Beta Was this translation helpful? Give feedback.
All reactions