0
votes
1answer
24 views

How can I use the tmpfs to accelerate my chrome browser start up?

Every time when I am trying to start the chrome browser, it is a little bit slow because the chrome need to load the cache and that may cause a big amount of disk IO. My distribution is Debian ...
4
votes
2answers
498 views

How to disable tmpfs on /run/shm in proper way

How to disable tmpfs on /run/shm ? I searched through initscripts and found that the following code checks the entry in fstab, but what i should to place to fstab to not mount /run/shm ? my distro is ...