Complete caching disable in Chromium
1
There are plenty approaches of cache disable in chrome, but the only one for Chromium I've found is not quite fits my needs. Suggested : Edit chromium config somewhere in /etc to set CHROMIUM_FLAGS="--disk-cache-dir=/dev/null --disk-cache-size=1" But didn't work for me, because There is nothing to configure in /etc for chromium I want to disable as many disk writes as possible by policies but not the command line So, my question is, what should I write in chromium policy to redirect as much writes as possible to RAM?
chrome cache
share | improve this question
asked Apr 29 '17 at 21:33
...