Performance is not great (Ubuntu 18.04 and also Min 19) The Next CEO of Stack Overflow
What connection does MS Office have to Netscape Navigator?
What flight has the highest ratio of time difference to flight time?
Why is information "lost" when it got into a black hole?
Why is my new battery behaving weirdly?
Why the difference in type-inference over the as-pattern in two similar function definitions?
What was the first Unix version to run on a microcomputer?
0 rank tensor vs 1D vector
Solving system of ODEs with extra parameter
Reference request: Grassmannian and Plucker coordinates in type B, C, D
Chain wire methods together in Lightning Web Components
Is there a way to save my career from absolute disaster?
What does "Its cash flow is deeply negative" mean?
Can MTA send mail via a relay without being told so?
Make solar eclipses exceedingly rare, but still have new moons
Why is quantifier elimination desirable for a given theory?
Some questions about different axiomatic systems for neighbourhoods
Dominated convergence theorem - what sequence?
How to install OpenCV on Raspbian Stretch?
Grabbing quick drinks
I want to delete every two lines after 3rd lines in file contain very large number of lines :
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
The exact meaning of 'Mom made me a sandwich'
What happened in Rome, when the western empire "fell"?
INSERT to a table from a database to other (same SQL Server) using Dynamic SQL
Performance is not great (Ubuntu 18.04 and also Min 19)
The Next CEO of Stack Overflow
So, this is a weird issue I'm facing. I really like linux and almost like every beginner I started with Ubuntu, back when it was on 16, and I used it for a while until 18 came out and then I switched to that one. Ever since I did, I started experiencing performance issues that I had not seen before on 16
Normally when using my computer I'm running several things depending on what I'm working on, usually Apache, MongoDb, MySqlServer, some node server instance, an artisan dev server (when working with Laravel), ng serve (when working with Angular which is often). On top of that I usually have Chrome open with several tabs, the IDE and maybe some other software (docs, pdfs, etc)
Of course that does not mean to say that everything I mentioned is always running, but a good part of it usually is. Also I know that I'm not using a high end laptop (7th gen i3, 8gb DDR4 ram, 240 SSD), but still it's not like it's the worst thing in the world.
So what I'm experiencing is, whenever ram usage gets high I get random slow downs, like extreme slow downs (they usually happen when webpack is recompiling assets on Angular but have also happened out of the blue when using anothe app, with the things I mentioned running in the background), the computer nearly freezes, and I say nearly cause I can move the cursor albeit extremely extremely slow, but eventually I have to force a shutdown, so it's basically a freeze. I though one of the perks of linux was that whenever something became unresponsive only that process would be affected and eventually you would get a prompt asking if you want to close it. This issue was worse on Ubuntu 18 (I think gnome made it worse), I have switched to Mint now, and although it has not happened as often, it has still happened.
I have looked into several things. From the gnome bug which eats up a lot of ram, to the impact of increasing the inotify watchers (had to to that for webpack because it was not recompiling once the limit was reached), to reading here and there about anything that could explain why the computer becomes unresponsive on high ram usage, which in my opinion it shouldn't. I would understand if it would become slow, but a freeze out of the blue that just requires restart I find that unacceptable. Specially when friends of mine running nearly the same hardware and working with the same tools, on Windows, don't get that issue, which bothers me cause I really don't enjoy working on Windows.
So any guesses/tips from more experienced linux users?
performance freeze ram
add a comment |
So, this is a weird issue I'm facing. I really like linux and almost like every beginner I started with Ubuntu, back when it was on 16, and I used it for a while until 18 came out and then I switched to that one. Ever since I did, I started experiencing performance issues that I had not seen before on 16
Normally when using my computer I'm running several things depending on what I'm working on, usually Apache, MongoDb, MySqlServer, some node server instance, an artisan dev server (when working with Laravel), ng serve (when working with Angular which is often). On top of that I usually have Chrome open with several tabs, the IDE and maybe some other software (docs, pdfs, etc)
Of course that does not mean to say that everything I mentioned is always running, but a good part of it usually is. Also I know that I'm not using a high end laptop (7th gen i3, 8gb DDR4 ram, 240 SSD), but still it's not like it's the worst thing in the world.
So what I'm experiencing is, whenever ram usage gets high I get random slow downs, like extreme slow downs (they usually happen when webpack is recompiling assets on Angular but have also happened out of the blue when using anothe app, with the things I mentioned running in the background), the computer nearly freezes, and I say nearly cause I can move the cursor albeit extremely extremely slow, but eventually I have to force a shutdown, so it's basically a freeze. I though one of the perks of linux was that whenever something became unresponsive only that process would be affected and eventually you would get a prompt asking if you want to close it. This issue was worse on Ubuntu 18 (I think gnome made it worse), I have switched to Mint now, and although it has not happened as often, it has still happened.
I have looked into several things. From the gnome bug which eats up a lot of ram, to the impact of increasing the inotify watchers (had to to that for webpack because it was not recompiling once the limit was reached), to reading here and there about anything that could explain why the computer becomes unresponsive on high ram usage, which in my opinion it shouldn't. I would understand if it would become slow, but a freeze out of the blue that just requires restart I find that unacceptable. Specially when friends of mine running nearly the same hardware and working with the same tools, on Windows, don't get that issue, which bothers me cause I really don't enjoy working on Windows.
So any guesses/tips from more experienced linux users?
performance freeze ram
add a comment |
So, this is a weird issue I'm facing. I really like linux and almost like every beginner I started with Ubuntu, back when it was on 16, and I used it for a while until 18 came out and then I switched to that one. Ever since I did, I started experiencing performance issues that I had not seen before on 16
Normally when using my computer I'm running several things depending on what I'm working on, usually Apache, MongoDb, MySqlServer, some node server instance, an artisan dev server (when working with Laravel), ng serve (when working with Angular which is often). On top of that I usually have Chrome open with several tabs, the IDE and maybe some other software (docs, pdfs, etc)
Of course that does not mean to say that everything I mentioned is always running, but a good part of it usually is. Also I know that I'm not using a high end laptop (7th gen i3, 8gb DDR4 ram, 240 SSD), but still it's not like it's the worst thing in the world.
So what I'm experiencing is, whenever ram usage gets high I get random slow downs, like extreme slow downs (they usually happen when webpack is recompiling assets on Angular but have also happened out of the blue when using anothe app, with the things I mentioned running in the background), the computer nearly freezes, and I say nearly cause I can move the cursor albeit extremely extremely slow, but eventually I have to force a shutdown, so it's basically a freeze. I though one of the perks of linux was that whenever something became unresponsive only that process would be affected and eventually you would get a prompt asking if you want to close it. This issue was worse on Ubuntu 18 (I think gnome made it worse), I have switched to Mint now, and although it has not happened as often, it has still happened.
I have looked into several things. From the gnome bug which eats up a lot of ram, to the impact of increasing the inotify watchers (had to to that for webpack because it was not recompiling once the limit was reached), to reading here and there about anything that could explain why the computer becomes unresponsive on high ram usage, which in my opinion it shouldn't. I would understand if it would become slow, but a freeze out of the blue that just requires restart I find that unacceptable. Specially when friends of mine running nearly the same hardware and working with the same tools, on Windows, don't get that issue, which bothers me cause I really don't enjoy working on Windows.
So any guesses/tips from more experienced linux users?
performance freeze ram
So, this is a weird issue I'm facing. I really like linux and almost like every beginner I started with Ubuntu, back when it was on 16, and I used it for a while until 18 came out and then I switched to that one. Ever since I did, I started experiencing performance issues that I had not seen before on 16
Normally when using my computer I'm running several things depending on what I'm working on, usually Apache, MongoDb, MySqlServer, some node server instance, an artisan dev server (when working with Laravel), ng serve (when working with Angular which is often). On top of that I usually have Chrome open with several tabs, the IDE and maybe some other software (docs, pdfs, etc)
Of course that does not mean to say that everything I mentioned is always running, but a good part of it usually is. Also I know that I'm not using a high end laptop (7th gen i3, 8gb DDR4 ram, 240 SSD), but still it's not like it's the worst thing in the world.
So what I'm experiencing is, whenever ram usage gets high I get random slow downs, like extreme slow downs (they usually happen when webpack is recompiling assets on Angular but have also happened out of the blue when using anothe app, with the things I mentioned running in the background), the computer nearly freezes, and I say nearly cause I can move the cursor albeit extremely extremely slow, but eventually I have to force a shutdown, so it's basically a freeze. I though one of the perks of linux was that whenever something became unresponsive only that process would be affected and eventually you would get a prompt asking if you want to close it. This issue was worse on Ubuntu 18 (I think gnome made it worse), I have switched to Mint now, and although it has not happened as often, it has still happened.
I have looked into several things. From the gnome bug which eats up a lot of ram, to the impact of increasing the inotify watchers (had to to that for webpack because it was not recompiling once the limit was reached), to reading here and there about anything that could explain why the computer becomes unresponsive on high ram usage, which in my opinion it shouldn't. I would understand if it would become slow, but a freeze out of the blue that just requires restart I find that unacceptable. Specially when friends of mine running nearly the same hardware and working with the same tools, on Windows, don't get that issue, which bothers me cause I really don't enjoy working on Windows.
So any guesses/tips from more experienced linux users?
performance freeze ram
performance freeze ram
asked 2 mins ago
hriverahrivera
62
62
add a comment |
add a comment |
0
active
oldest
votes
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%2f1130045%2fperformance-is-not-great-ubuntu-18-04-and-also-min-19%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1130045%2fperformance-is-not-great-ubuntu-18-04-and-also-min-19%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