Preload files to memory
|
5th Jan, 2013, 06:41 AM
Post: #1
|
|||
|
|||
Preload files to memory
I want to share a little modification, which brought the biggest improvement in overall handling for me until now. The idea was to automatically preload some important files to the memory after the system startup - like for example the databases.
Someone called it "a poor man's trick" as I only cat the files. So here it is: 1. nano /etc/rc.local 2. Insert before "exit 0" Code: #make an empty file to check if the commands were executed 4. check if the "xstart*" and "xstop*" got generated Code: ls -al /run/x* As I said, the system feels much smoother while browsing through the lists, infoarts and addons. Hope you will also feel an improvement. What could be other files worth preloading? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Preload files to memory - namtih - 5th Jan, 2013 06:41 AM
RE: Preload files to memory - CurlyMo - 5th Jan, 2013, 06:44 AM
RE: Preload files to memory - namtih - 5th Jan, 2013, 10:32 PM
RE: Preload files to memory - namtih - 6th Jan, 2013, 04:16 AM
RE: Preload files to memory - CurlyMo - 6th Jan, 2013, 05:40 AM
RE: Preload files to memory - namtih - 6th Jan, 2013, 08:19 PM
RE: Preload files to memory - CurlyMo - 6th Jan, 2013, 08:32 PM
RE: Preload files to memory - namtih - 6th Jan, 2013, 09:57 PM
RE: Preload files to memory - CurlyMo - 6th Jan, 2013, 10:02 PM
RE: Preload files to memory - raspberry_pd - 7th Jan, 2013, 03:19 PM
RE: Preload files to memory - namtih - 7th Jan, 2013, 07:50 PM
RE: Preload files to memory - raspberry_pd - 8th Jan, 2013, 02:59 PM
RE: Preload files to memory - namtih - 8th Jan, 2013, 09:58 PM
RE: Preload files to memory - brantje - 8th Jan, 2013, 11:24 PM
RE: Preload files to memory - namtih - 9th Jan, 2013, 12:36 AM
RE: Preload files to memory - CurlyMo - 8th Jan, 2013, 11:30 PM
|