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
In Che 7 workspaces plugins memory setting can be set in the workspace attributes using the following syntax: sidecar.<plugin name>.memory_limit": "300Mi".
But <plugin name> can have spaces. We should use <plugin id> instead.
The text was updated successfully, but these errors were encountered:
Description
In Che 7 workspaces plugins memory setting can be set in the workspace attributes using the following syntax:
sidecar.<plugin name>.memory_limit": "300Mi"
.But
<plugin name>
can have spaces. We should use<plugin id>
instead.The text was updated successfully, but these errors were encountered: