0

Output of free -h

I have a Lenovo ideapad 110 with AMD E1-7010 and 4 Gigabytes of RAM. The whole sytem is very slow. When I open Google Chrome it takes a lot to respond or when I double click to make it full screen while watching videos on YouTube takes a lot ot time to change to full screen

Output of free -h

               total        used        free      shared  buff/cache   available
Mem:           3.3G        1.6G        101M         51M        1.6G        1.3G
Swap:          3.8G          0B        3.8G

Edit : I have installed windows 10 and the system is very smooth. So can anyone tell me what the problem with Ubuntu is? Is Ubuntu not compatible with SOC processors?

Zanna
  • 72,312

1 Answers1

1

The problem is not related to RAM. You have almost half of the RAM available and the system is not swapping.

But your CPU is pretty slow (Dual Core 1.5GHz)

the SoC is only suited for very basic tasks like web surfing (not many tabs), word processing and video playback. (via)

Recommended System requirements for Ubuntu 16.04:

2GHz dual core processor or better

Try to use a more lightweight desktop like LXDE.

sudo apt-get install lubuntu-desktop

See some closely related questions:

pLumo
  • 27,991