HubsInfo Network
Login or Register to remove ads! You're browsing our forum and website as a Guest meaning you can only see a portion of the forum in read-only mode.
PHP MySQL Linux Material Design Web Hosting Online Games SimCity BuildIt

Install the preload package in Linux Ubuntu


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