Making Ubuntu run programs faster

Asked by Edmond Condillac

I would be most grateful for advice on how to make Bionic beaver faster so programs run faster.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
arochester (arochester) said :
#1

There's this: https://sites.google.com/site/easylinuxtipsproject/speed

Make and model of computer? How much RAM have you got?

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

There are several possible bottlenecks that slow down a system:
1. CPU cycles
2. memory usage and swapping
3. hard disk access

ad 1.: You have to be aware that CPU-intensive computations (like crypto-mining or GIMPS prime search), never can get faster than the capabilities of your CPU.
ad 2.: As soon as the total memory used by the processes exceeds the total amount of available memory, the system starts to offload rarely used memory pages to (slower) disk space (and reloads them when needed). This is called swapping.
ad 3.: Reading/writing RAM memory is much faster than reading/writing to hard disks. If you can reduce the amount of data read from / written to hard disk, this should speed up waiting time and speed up your system.

The main question now is, which of the three items it the one that slows down your system.

Which CPU type do you have, and how much memory?

Revision history for this message
Edmond Condillac (econ22) said :
#3

The machine has 64-bit operating system, x64 bit processor. Installed RAM is 6.00GB (5.68 GB usable) Device Manager shows Intel(R) Core(TM) i3 CPU M370 @20 GHz. This statement is repeated four times.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

I never heard about an Intel i3 CPU with 20 GHz, I assume it has to read 2.40 GHz clock speed.

Revision history for this message
Edmond Condillac (econ22) said :
#5

I'm very sorry for this mix up. The required facts are:
Intel(r) Pentium (R) CPU N3540 @ 2.16 GHz x4
Memory 7. 7GiB
OS type: 64-bit Ubuntu 18.04.1 LTS
GNOME 3.28.3
Disk: 983 GB

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

Now I am a bit lost. Earlier it was an Intel i3 CPU, and now it is an Intel Pentium N3540?
Are you talking about two different machines?

Can you help with this problem?

Provide an answer of your own, or ask Edmond Condillac for more information if necessary.

To post a message you must log in.