-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
how to set more memory to theia-ide
container?
#21683
Comments
Hi @Divine1 , for increasing the memory limit for the
Here are some related docs: https://www.eclipse.org/che/docs/stable/end-user-guide/specifying-an-in-browser-ide-for-a-git-repository-by-using-che-editor.yaml/#using-a-custom-plug-in-registry-for-your-ide_che |
there will be multiple users using the workspace. So i cannot manually go into the namespace and update the DevWorkspaceTemple for each workspace. please let me know if there are any alternate solutions |
It's also possible to pass an editor Devfile through the URL |
To complement @azatsarynnyy suggestion: you need to publish your customized Theia definition as a |
@svor is it a bug in the Resource Monitor plugin? |
yes, it is: #21518 (comment) |
Also, let me know where should i add the currently i use below
below is my
|
@Divine1 the editor's Devfile can be placed on GitHub gist, for example. |
i want to know the contents of the Theia definition devfile.yaml. And should i add the link to the Theia definition devfile.yaml in |
@Divine1 see the latest comment by Mario, above #21683 (comment)
no. As it's said in Mario's comment, the editor's Devfile link should be provided to the |
@azatsarynnyy i will try this and share the feedback |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Summary
while running
mvn clean install
command , thetheia-ide
container shows477 /512
in memory. sometimes it increases to499/512
. How to increase the memory fortheia-ide
to 800mb?The cpu metric for some reason is a 10digit number. For
theia-ide
it shows 9632217000m/1500m . what does 9632217000m and 1500m represent ?i have installed below version of eclipse-che in k8s cluster
below is my
devfile.yaml
please help me on this
Relevant information
No response
The text was updated successfully, but these errors were encountered: