Complete caching disable in Chromium

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
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
/etcfor 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
add a comment |Â
up vote
1
down vote
favorite
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
/etcfor 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
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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
/etcfor 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
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
/etcfor 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
chrome cache
asked Apr 29 '17 at 21:33
im_infamous
171211
171211
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
File is
/etc/chromium-browser/default
cat /etc/chromium-browser/default
Default settings for chromium-browser.
This file is sourced by /bin/sh from
/usr/bin/chromium-browser
Options to pass to chromium-browser
CHROMIUM_FLAGS="--disk-cache-dir=/dev/null --disk-cache-size=1"
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
File is
/etc/chromium-browser/default
cat /etc/chromium-browser/default
Default settings for chromium-browser.
This file is sourced by /bin/sh from
/usr/bin/chromium-browser
Options to pass to chromium-browser
CHROMIUM_FLAGS="--disk-cache-dir=/dev/null --disk-cache-size=1"
add a comment |Â
up vote
0
down vote
File is
/etc/chromium-browser/default
cat /etc/chromium-browser/default
Default settings for chromium-browser.
This file is sourced by /bin/sh from
/usr/bin/chromium-browser
Options to pass to chromium-browser
CHROMIUM_FLAGS="--disk-cache-dir=/dev/null --disk-cache-size=1"
add a comment |Â
up vote
0
down vote
up vote
0
down vote
File is
/etc/chromium-browser/default
cat /etc/chromium-browser/default
Default settings for chromium-browser.
This file is sourced by /bin/sh from
/usr/bin/chromium-browser
Options to pass to chromium-browser
CHROMIUM_FLAGS="--disk-cache-dir=/dev/null --disk-cache-size=1"
File is
/etc/chromium-browser/default
cat /etc/chromium-browser/default
Default settings for chromium-browser.
This file is sourced by /bin/sh from
/usr/bin/chromium-browser
Options to pass to chromium-browser
CHROMIUM_FLAGS="--disk-cache-dir=/dev/null --disk-cache-size=1"
edited May 24 '17 at 9:44
Romeo Ninov
4,47311625
4,47311625
answered May 24 '17 at 9:29
Duncan
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f362166%2fcomplete-caching-disable-in-chromium%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password