You are not logged in.
What are your thoughts?
I was using Chromium, but I really dislike how you can't modify where the cache is located-- further more you can not 'delete history' and other traces upon exit. The Chromium cache becomes quite bloated. In a day of moderate use, it was up to 300mb! On my Windows install, I have seen the Chromium cache go over 2gb.
I have a separate 2gb tmp partition (reiserfs), and I did it for a reason.
I am now using Chromeplus, and I changed the cache to /tmp. I think this is a much better way to go-- less bloat, more control of what is going on etc. Chromeplus also comes with some very useful built in features like 'double click closes tab' which is nice to not need an extension for it, among other things. Chromeplus has the option to edit how the browser interacts with memory and processes, which is nice I suppose, if you want to lower the RAM use, or spread it out across more processes for stability.
Speed wise, I can't tell any difference between the two.
What are your thoughts?
edit:
Thought I would add a Chromeplus link in case anyone hasn't heard of it: http://chromeplus.org/
Last edited by Google (2010-06-05 15:44:48)
Offline
How in God's name did you get that name?
Personally, I'd rather be back in Hobbiton.
Offline
Well I suppose no one had it ![]()
edit:
Honestly, I had to sleep with the entire mod team ![]()
Last edited by Google (2010-06-05 16:28:53)
Offline
Please don't post non-Arch specific topics in the Arch Discussion subforum.
Moving...
Offline
Well I suppose no one had it
edit:
Honestly, I had to sleep with the entire mod team
Did you do them all at once, or one at a time?
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
On-topic please - if you want to discuss the apparently fascinating topic of how the OP got his nick, do it in off-topic, or in another forum altogether.
Offline
Offline
I was using Chromium, but I really dislike how you can't modify where the cache is located
Actually, it's quite easy to change the cache directory:
$ XDG_CACHE_HOME=/tmp chromium
Offline
$ cat ~/.bin/chromium
#!/bin/sh
exec /usr/bin/chromium --disk-cache-dir=/tmp/chromium.$USER.cache "$@"Last edited by some-guy94 (2010-06-06 16:17:30)
Offline