Java process is using so much of RAM
I am using Eclipse photon in my Ubuntu 18.04 with java 1.8, When i am opening the eclipse i had observed as java process is taking 750 MB to 1.2 GB of RAM as shown in the picture. This is making my system slow. Please help me and let us know how to solve this issue.
java eclipse
add a comment |
I am using Eclipse photon in my Ubuntu 18.04 with java 1.8, When i am opening the eclipse i had observed as java process is taking 750 MB to 1.2 GB of RAM as shown in the picture. This is making my system slow. Please help me and let us know how to solve this issue.
java eclipse
This might help stackoverflow.com/questions/13692206
– Kulfy
Jan 3 at 18:58
add a comment |
I am using Eclipse photon in my Ubuntu 18.04 with java 1.8, When i am opening the eclipse i had observed as java process is taking 750 MB to 1.2 GB of RAM as shown in the picture. This is making my system slow. Please help me and let us know how to solve this issue.
java eclipse
I am using Eclipse photon in my Ubuntu 18.04 with java 1.8, When i am opening the eclipse i had observed as java process is taking 750 MB to 1.2 GB of RAM as shown in the picture. This is making my system slow. Please help me and let us know how to solve this issue.
java eclipse
java eclipse
edited Jan 3 at 18:56
karel
57.8k12128146
57.8k12128146
asked Jan 3 at 18:39
Akhil ChAkhil Ch
1
1
This might help stackoverflow.com/questions/13692206
– Kulfy
Jan 3 at 18:58
add a comment |
This might help stackoverflow.com/questions/13692206
– Kulfy
Jan 3 at 18:58
This might help stackoverflow.com/questions/13692206
– Kulfy
Jan 3 at 18:58
This might help stackoverflow.com/questions/13692206
– Kulfy
Jan 3 at 18:58
add a comment |
2 Answers
2
active
oldest
votes
Eclipse is not a small application, it is packed with tons of features and capabilities that you may not be actively using. Blaming Java is not accurate, as the JVM overhead is small in comparison to the rest of Eclipse.
In comparison, I have Visual Studio Code open with a medium sized project, and my usage is around 750MB for all of its processes (Not Java). My PyCharm is at 830MB (also built on Java).
Thanks for your reply. I had recently switched from Windows to ubuntu and i had not got this issue previously when i am using windows for the same project.
– Akhil Ch
Jan 6 at 13:30
add a comment |
Eclipse is powerful ide and can use large amounts of memory. This mainly depend on how large are your project, and other case if you have few opened projects. Close unused projects, close unused perspectives and views. This is a basic to lower memory usage.
You can also configure eclipse.ini to use lower amount of memory and use garbage collection more often, but this can make ide not response very well, because of first statement in this answer, I mean large project.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106676%2fjava-process-is-using-so-much-of-ram%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Eclipse is not a small application, it is packed with tons of features and capabilities that you may not be actively using. Blaming Java is not accurate, as the JVM overhead is small in comparison to the rest of Eclipse.
In comparison, I have Visual Studio Code open with a medium sized project, and my usage is around 750MB for all of its processes (Not Java). My PyCharm is at 830MB (also built on Java).
Thanks for your reply. I had recently switched from Windows to ubuntu and i had not got this issue previously when i am using windows for the same project.
– Akhil Ch
Jan 6 at 13:30
add a comment |
Eclipse is not a small application, it is packed with tons of features and capabilities that you may not be actively using. Blaming Java is not accurate, as the JVM overhead is small in comparison to the rest of Eclipse.
In comparison, I have Visual Studio Code open with a medium sized project, and my usage is around 750MB for all of its processes (Not Java). My PyCharm is at 830MB (also built on Java).
Thanks for your reply. I had recently switched from Windows to ubuntu and i had not got this issue previously when i am using windows for the same project.
– Akhil Ch
Jan 6 at 13:30
add a comment |
Eclipse is not a small application, it is packed with tons of features and capabilities that you may not be actively using. Blaming Java is not accurate, as the JVM overhead is small in comparison to the rest of Eclipse.
In comparison, I have Visual Studio Code open with a medium sized project, and my usage is around 750MB for all of its processes (Not Java). My PyCharm is at 830MB (also built on Java).
Eclipse is not a small application, it is packed with tons of features and capabilities that you may not be actively using. Blaming Java is not accurate, as the JVM overhead is small in comparison to the rest of Eclipse.
In comparison, I have Visual Studio Code open with a medium sized project, and my usage is around 750MB for all of its processes (Not Java). My PyCharm is at 830MB (also built on Java).
answered Jan 3 at 19:43
rtaftrtaft
414211
414211
Thanks for your reply. I had recently switched from Windows to ubuntu and i had not got this issue previously when i am using windows for the same project.
– Akhil Ch
Jan 6 at 13:30
add a comment |
Thanks for your reply. I had recently switched from Windows to ubuntu and i had not got this issue previously when i am using windows for the same project.
– Akhil Ch
Jan 6 at 13:30
Thanks for your reply. I had recently switched from Windows to ubuntu and i had not got this issue previously when i am using windows for the same project.
– Akhil Ch
Jan 6 at 13:30
Thanks for your reply. I had recently switched from Windows to ubuntu and i had not got this issue previously when i am using windows for the same project.
– Akhil Ch
Jan 6 at 13:30
add a comment |
Eclipse is powerful ide and can use large amounts of memory. This mainly depend on how large are your project, and other case if you have few opened projects. Close unused projects, close unused perspectives and views. This is a basic to lower memory usage.
You can also configure eclipse.ini to use lower amount of memory and use garbage collection more often, but this can make ide not response very well, because of first statement in this answer, I mean large project.
add a comment |
Eclipse is powerful ide and can use large amounts of memory. This mainly depend on how large are your project, and other case if you have few opened projects. Close unused projects, close unused perspectives and views. This is a basic to lower memory usage.
You can also configure eclipse.ini to use lower amount of memory and use garbage collection more often, but this can make ide not response very well, because of first statement in this answer, I mean large project.
add a comment |
Eclipse is powerful ide and can use large amounts of memory. This mainly depend on how large are your project, and other case if you have few opened projects. Close unused projects, close unused perspectives and views. This is a basic to lower memory usage.
You can also configure eclipse.ini to use lower amount of memory and use garbage collection more often, but this can make ide not response very well, because of first statement in this answer, I mean large project.
Eclipse is powerful ide and can use large amounts of memory. This mainly depend on how large are your project, and other case if you have few opened projects. Close unused projects, close unused perspectives and views. This is a basic to lower memory usage.
You can also configure eclipse.ini to use lower amount of memory and use garbage collection more often, but this can make ide not response very well, because of first statement in this answer, I mean large project.
answered Jan 3 at 19:43
LeonidMewLeonidMew
459315
459315
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106676%2fjava-process-is-using-so-much-of-ram%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This might help stackoverflow.com/questions/13692206
– Kulfy
Jan 3 at 18:58