I have a brand new laptop with dual boot. The Windows partition is really fast, but Ubuntu is lagging extremely hard in some applications. The worst is Spyder, where I can barely work at all. This also has been getting worse lately.
I think I have a pretty strong system(16 GB RAM, SSD, i5) and I get the lags even though I do not have high load:
$ vmstat 10 4
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 0 7884892 260872 4138888 0 0 42 35 452 305 3 1 95 0 0
0 0 0 7887948 260888 4138848 0 0 0 14 4341 934 1 1 97 0 0
1 0 0 7888704 260900 4138848 0 0 0 23 4299 831 1 1 97 0 0
0 0 0 7879632 260908 4139096 0 0 0 7 4758 1432 4 2 94 0 0
I checked some other questions here and tried things like updating my NVIDIA driver, using Unity instead of GNOME, or using powertop
, but nothing helped. I checked my system logs and my CPU gets throttled from time to time, but, as I am not actually running anything demanding, I think this is more a symptom of the underlying problem than the real cause for the lags.
Is it possible that the cause for this is that I have multiple large file systems mounted via sshfs?
I am hoping someone here can point me towards some log file which will allow tackling of my specific problem.