-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
aspect: performanceanything related to performanceanything related to performanceeditor: jetbrainsmeta: staleThis issue/PR is stale and will be closed soonThis issue/PR is stale and will be closed soonteam: IDEtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code
Description
An idea is to detect a user change to the actual max heap size in the backend plugin and suggest a user to put in .gitpod.yml to persist. So the flow would be like:
- a user starts using with default Xmx
- experience perf issues and follow notifications to upgrade Xmx of the running instance
- after JB backend restart there will be a warning on .gitpod.yml that Xmx of the running instance was changed, but it should be applied to .gitpod.yml to be persistent
@yaohui-wyh Maybe you can have a look how we can validate .gitpod.yml? Basically add a warning on .gitpod.yml or on a project if the file is missing if configured Xmx at runtime is different from default one. Later we can add a quick fix to add it into .gitpod.yml
loujaybee
Metadata
Metadata
Assignees
Labels
aspect: performanceanything related to performanceanything related to performanceeditor: jetbrainsmeta: staleThis issue/PR is stale and will be closed soonThis issue/PR is stale and will be closed soonteam: IDEtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code