Show HN: Save Memory in Google Chrome
101–110 of 298 posts
Re: Show HN: Save Memory in Google Chrome
#102Earlier quoted context omitted.
Chrome actually already has this built in, too. If you close your window, you'll get a browsable "x tabs" entry in your browsing history. An additional 20-30 MB of memory could be saved by not installing this extension.
True, but this extension will help you distinguish between the tabs you want to close forever and the tabs you want to return to later.
The underlying problem here is workflow.
People are leaving tabs open as a reminder of things to which they intend to return. (Regardless of whether they will or not; that's another discussion.) And they're not bookmarking, because bookmarking begs organizational overhead, which leads to its own mess. (neither tags nor folders are great or sufficient)
And who knows if a bookmark will still point to the content you intended, when you finally get back to it?
So the problem is ultimately that bookmarking is broken, both for quick reference and longer-term storage. So why not fix that?
Why not a system where bookmarking a site saves a copy to a (cloud-stored) cache. [1] And then searches can be done on the content in that cache. And hits can be served both from the cache, and a simultaneously downloaded 'live' result, available with a toggle. [2]
So that one can bookmark a brag-post about a neat jquery-enabled dropdown list and not have to worry about categorizing it, nor whether or not it will be there in a year, and be confident that they can refer to it again with a simple search of any of the key words that occur to them. [3]
[1] Because one can never know what will happen to content online (changes, broken links, takedowns, etc) and doing a federated search across thousands of bookmarked sites looking for 'jquery dropdown' is going to be a nightmare.
[2] Room here for a great feature of non-trivial difficulty: change-detection and display of diffs (if any) rendered in-line.
[3] Or even searching by meta-data such as date-of-bookmark, location or source-device. "That thing I was reading on my phone last spring, when I was stuck in Chicago on business..." can be surprisingly useful when searching.
Re: Show HN: Save Memory in Google Chrome
#103This is the equivalent of closing all tabs, with the added bonus of having a list of what you just closed. I refuse to compromise on functionality because Chrome can't get its memory deal together.
Agreed. There is no bonus here. Now if you can hot switch between tabs, or rather use some key shortcuts to better manage the switching, that would bee good.
Re: Show HN: Save Memory in Google Chrome
#104Memory use seems like a really pointless thing for users to care about. There's a widespread intuition that using RAM is inherently bad and low memory usage is a worthwhile goal, but it doesn't really make sense. The key performance goal is minimising latency, which is best served by using as much RAM as possible without having to swap out. RAM is now fantastically cheap. 16GB of DDR3 costs less than $120 in either D…
Completely disagree. We've seen too much complacency in recent years when it comes to memory usage. Developers think it's ok for their applications to bloat out and have a huge memory footprint. I'd rather applications were developed in such a way that they were more memory efficient. I've had a recent incident in which Chrome was consuming about 7GB of memory, just because I had about a hundred tabs open! It was rea…
That is a lot of tabs, though.
Re: Show HN: Save Memory in Google Chrome
#105Earlier quoted context omitted.
Some long-running hidden chromium process that doesn't seem to die when you quit or force-quit chrome on mountain lion. You have to go into activity monitor to kill it. This never happened in Snow Leopard.
Could it be that you have "Continue running background apps when Google Chrome is closed" setting to be on?
the mystery continues ...
Re: Show HN: Save Memory in Google Chrome
#106I have 1GB of RAM in my Note and rarely run more than one thing at a time. FF for android seems to have a really aggressive unload policy.
Re: Show HN: Save Memory in Google Chrome
#107This extension opens the page again, loading it which leads to bigger time load.
Re: Show HN: Save Memory in Google Chrome
#108I want the opposite for Firefox on android - some way to instruct the browser NOT to unload background tabs because I might have been partway through entering data in those and just gone off to another tab to check something I was writing about. I have 1GB of RAM in my Note and rarely run more than one thing at a time. FF for android seems to have a really aggressive unload policy.
Re: Show HN: Save Memory in Google Chrome
#109Re: Show HN: Save Memory in Google Chrome
#110Memory use seems like a really pointless thing for users to care about. There's a widespread intuition that using RAM is inherently bad and low memory usage is a worthwhile goal, but it doesn't really make sense. The key performance goal is minimising latency, which is best served by using as much RAM as possible without having to swap out. RAM is now fantastically cheap. 16GB of DDR3 costs less than $120 in either D…
this is the logic of someone willing to adapt to the environment around him. While the best solution would be more efficient programming, consumers are best served to max out their RAM and work with what they're given.