HubsInfo Network
You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode. To view all forum nodes and be able to create threads/posts please register or log-in.
PHP MySQL Linux Material Design Web Hosting Online Games SimCity BuildIt

Install the preload package in Linux Ubuntu

0 Members and 1 Guest are viewing this topic.

hubsinfo

Install the preload package in Linux Ubuntu
« on: July 14, 2015, 10:40:50 PM »
Open your terminal [Ctrl+Alt+T]:
Code: [Select]
sudo apt-get install preload
And that's it. THe package will preload the applications the most used applications after calculating the usage statistic.
Preload an application use ram memory and behave differently than "cold" or "warm" start an application.

  • Preload = putting everything in memory from the hard drive. Your application is garanteed to be run as fast as possible.
  • Cold Start = loading from hard drive to the memory
  • Warm Start = reusing what's left on memory and load what's missing from hard drive to ram memory. Your application may run faster if linux didn't had to empty the corresponding cache for another app.
 



Linux Ubuntu Guides Linux games - Lutris.net