Sunday, May 5, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 854  / 1 Year ago, sat, april 15, 2023, 3:32:32

I want to be able to open an app faster than the normal time it takes to open it. What kind of script of changes do I have to do to make it so that when the app starts to open it receives more priority in CPU and more resources to help open it quicker.


More From » process-priority

 Answers
5

Try preload and zram.



preload



Preload applications in memory - the next time you run the same app it'll open faster:



sudo apt-get install preload


zram



Compressed swap in ram - zram: http://www.webupd8.org/2011/10/increased-performance-in-linux-with.html



sudo add-apt-repository ppa:shnatsel/zram
sudo apt-get update
sudo apt-get install zramswap-enabler


..and restart your computer.


[#40473] Saturday, April 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
chilgirlguid

Total Points: 123
Total Questions: 114
Total Answers: 121

Location: Macau
Member since Mon, Nov 16, 2020
4 Years ago
;