Skip to content

chore: Add URL parameters to limit resource usage #2914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 17, 2025
Merged
Prev Previous commit
Next Next commit
Update modules/end-user-guide/pages/url-parameter-for-memory-limit.adoc
Co-authored-by: Jana Vrbkova <[email protected]>
  • Loading branch information
olexii4 and deerskindoll committed Jun 17, 2025
commit 57d67643e3f40f2d137b10f5eea68325bef798b5
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ You can specify the memory limit in bytes, or use a suffix such as `Mi` for mebi

====
[IMPORTANT]

When you specify the `memoryLimit` parameter, it will override the memory limit defined in the devfile for the first container.
====
When you specify the `memoryLimit` parameter, it overrides the memory limit defined in the devfile for the first container.

The sum of the limits from the target devfile and from the editor-definition will be applied to the workspace pod `spec.containers[0].resources.limits.memory`.
====

.Additional resources

Expand Down