J
J
jakeleda2015-08-18 08:59:33
linux
jakeleda, 2015-08-18 08:59:33

How to make /tmp in RAM? How to push the browser cache there?

How to make /tmp in RAM?
How to push the cache of Mozilla Firefox, Opera browsers there?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Armenian Radio, 2015-08-18
@gbg

You should not think that browser developers are idiots. Browsers have a cache in RAM, what gets into the disk cache is that it makes no sense to keep it in RAM.
Also push the swap into the RAM... (yes, on ancient 32-bit machines with PAE, this was a way to use memory above three gigs, but we are not in a museum of computer technology).

S
Sergey, 2015-08-18
@Weidmann

For example:
/etc/fstab:
tmpfs /home/$USER/.cache/google-chrome tmpfs noatime,nodev,nosuid,size=512M 0 0

E
Eugene, 2015-08-18
@ugine

Use Profile-sync-daemon

A
AVKor, 2015-08-18
@AVKor

$EDITOR /etc/default/tmpfs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question