LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Whole system becomes slow after few hours (https://www.linuxquestions.org/questions/linux-software-2/whole-system-becomes-slow-after-few-hours-4175555772/)

pastet89 10-10-2015 05:31 AM

Whole system becomes slow after few hours
 
Hi,
I am a former Debian user and strong fan of Debians stability, what I don't like about it is that it takes weeks to get everything running after installation.
so I installed LMDE2 and was very surprised to see that everything is working perfectly in just few hours, really, very user friendly.
Now, few days later my problems started in regard to the stability. When I turn on the system, everything works fine and fast. After few hours of the system running (and some inactivity I guess), everything becomes very, very slow - browsers switching tabs, text editors, Start menu, just everything, and I need to restart or close all programs and reopen them. Is this info helps as well - when I have had some inactivity and the system is really slow, when I start some activity it is terrible the first minute and so, and then improves a bit, however, it is still much slower as compared to after fresh restart. I have started investigating and the only thing that came to my mind was to check the "top" processor activity, well, everything seemed to be fine, once I got Firefox running on 35%, and once I got everything below 6%. Do you have idea how to debug and solve the problem? I read it might me related to SWAP settings or something?
Thanks!

Emerson 10-10-2015 06:28 AM

Is your RAM filled up (due to a memory leak)?

whm1974 10-10-2015 06:29 AM

LMDE is still pretty much beta. Linux Mint itself with the XFCE desktop is stable.

pastet89 10-10-2015 06:57 AM

Quote:

Originally Posted by Emerson (Post 5432481)
Is your RAM filled up (due to a memory leak)?

Code:

total      used      free    shared    buffers    cached
Mem:          3851      3678        172        112        12      1289
-/+ buffers/cache:      2376      1474
Swap:        7659      1134      6525


pastet89 10-10-2015 06:58 AM

Quote:

Originally Posted by whm1974 (Post 5432482)
LMDE is still pretty much beta. Linux Mint itself with the XFCE desktop is stable.

I just hate Ubuntu and its constant bugs. Debian is the most stable distro I have tried in 5 years, the problem with it is that is not user friendly at all and you need to configure lots of things. Was hoping I can get its stability + user friendly IF when getting LMDE2.

Tonus 10-10-2015 10:53 AM

Whole system becomes slow after few hours
 
Stability and user friendly? Have a look to Slackware!

Emerson 10-10-2015 11:59 AM

Quote:

Originally Posted by pastet89 (Post 5432503)
Code:

total      used      free    shared    buffers    cached
Mem:          3851      3678        172        112        12      1289
-/+ buffers/cache:      2376      1474
Swap:        7659      1134      6525


What units are these, what command printed it?

Myk267 10-10-2015 12:10 PM

Quote:

Originally Posted by pastet89 (Post 5432503)
Code:

            total      used      free    shared    buffers    cached
Mem:          3851      3678        172        112        12      1289
-/+ buffers/cache:      2376      1474
Swap:        7659      1134      6525


You might try running `top -o %MEM` to see which programs are using so much memory.

To temporarily disable the swap partition, run `swapoff -a` as root or sudo.

Later on you can disable it from getting mounted after startup, edit and comment out the entry in /etc/fstab, if you need to.

pastet89 10-10-2015 01:27 PM

Quote:

Originally Posted by Tonus (Post 5432602)
Stability and user friendly? Have a look to Slackware!

Thanks for suggestion. I might give it a try, but I guess will first try to get things fixed here to save re-installation time.

pastet89 10-10-2015 01:29 PM

@Emerson
Quote:

free -m
Well I ran the suggested command and it turns out everything from the top usages comes from chrome. Shall I try using FF instead of it or what?
I frankly do not understand why I should turn off swap... Isn't it supposed to provide more memory, exactly the opposite?

Germany_chris 10-10-2015 01:50 PM

Try the reinstall I've not had the problems you're having

metaschima 10-10-2015 01:58 PM

Chrome uses massive quantities of RAM. You may want to lower swappiness to prevent slowdown.

pastet89 10-10-2015 06:15 PM

Thanks for all suggestions. So far I am using FF instead of Chrome and things seem to be quite fine.
@Germany_chris I guess it's a matter of hardware configuration compatibility with the distro, as lots of times it does happen one user to have some problems which other do not.


All times are GMT -5. The time now is 01:14 AM.