Recommended Posts

Unused RAM is wasted RAM.

But what about other processes needing large amounts of RAM? Using an internet browser is nice when I'm doing some computationally expensive task that takes at least few minutes...

I remember trying to compile WebKit some time ago, at least 2 years ago (so some of this information may not be 100% accurate, I'm recalling it from memory). With "make -j 4," the various gcc/ld instances used 90%+ of available RAM (8 GB) at various stages. Couldn't compile with debug symbols because the final WebKit library would have been over 4 GB, which was an issue with embedded debug symbols in a PE executable. I could have theoretically run 8 parallel instances efficiently, because of hyperthreading, but couldn't in reality because I didn't have enough physical RAM. WebKit, on such a system, takes some hours to compile from nothing.

And then there's people who run many VMs, render 3D graphics, transcode/render video data, and countless other tasks that use a considerable portion of RAM (and, in these cases, for good reason). Running these tasks is generally non-interactive, and yet at the same time, can account for a large portion of resource utilization. I know when I am working on a large C++ codebase, upwards of 20% of the time can be spent simply compiling.

Why, in such a case, should I want a browser like Chrome? A browser is a piece of software that shouldn't demand much resources, when compared to these other tasks...

  • Like 2

I feel I have to come to her defence here adrynalyne, I use IE11 as my main browser also, I have no issues with it (probably because I have no add ons or extensions attached to it)I have firefox as a backup, but I honestly don't remember the last time it was launched

My comment wasn't meant to be taken as gospel truth ;)

I'm just not a fan of it.

  • Like 1

Gross.

I feel I have to come to her defence here adrynalyne, I use IE11 as my main browser also, I have no issues with it (probably because I have no add ons or extensions attached to it)I have firefox as a backup, but I honestly don't remember the last time it was launched

I use IE11 as a secondary and my primary is waterfox. I only use IE when WF doesn't load a site properly, or when the system I happen to be using at the time is too slow for WF/FF/CH

 

 

 

I don't know guys but while I do get what some of you are saying about Chrome and its RAM usage, don't you think that a browser that uses almost 1GB of RAM is a little too much? That is ridiculous and unacceptable. Battlefield 4 is a very complicated graphical game and it uses 1.6 GB of RAM!!!!!!...but that's acceptable considering what the game is and does, but a browser? why is a browser needing so much RAM for? To do what? 

I don't know guys but while I do get what some of you are saying about Chrome and its RAM usage, don't you think that a browser that uses almost 1GB of RAM is a little too much? That is ridiculous and unacceptable. Battlefield 4 is a game and it uses 1.6 GB of RAM!!!!!!, why is a browser needing so much RAM for? To do what? 

Caching and sometimes just wasting. I've been playing with some of the new Chrome ram changes and they are looking good. 2 tabs only had 100mb usage.

594807-arton2903.jpg?modified_at=1199024

 

I miss that Netscape. Still my favorite browser ever. 4x series. I started with Netscape 3 though. Netscape was awesome.

IE was absolutely useless back then, and I didn't even switch to IE till IE 6.5, which was finally at least usable.

AOL ######ed Netscape up way too much.

I don't know guys but while I do get what some of you are saying about Chrome and its RAM usage, don't you think that a browser that uses almost 1GB of RAM is a little too much? That is ridiculous and unacceptable. Battlefield 4 is a very complicated graphical game and it uses 1.6 GB of RAM!!!!!!...but that's acceptable considering what the game is and does, but a browser? why is a browser needing so much RAM for? To do what? 

Exactly. It doesn't make sense. It's weird actually.

What is Google's objective?  Ultimately everything Google does has a single purpose. To put your eyeballs in front of an advertisement.

And the person most likely to view and respond to an ad is "Joe Average" so anyone that responds in a Neowin forum or even visits Neowin is NOT Joe Average.  Google is NOT making anything for us. If we find it useful, it's an accident.

A game has to run well on your computer. Photoshop has to run well on your computer. 3DS Max has to run well on your computer. But Joe Average is not running any of those things.

He just has a browser. So it's kind of a law of digital evolution that the single thing Joe Average uses will expand to fill up all available time and space so there will be some tiny extra chance Joe will see One More Ad.

 

beating a dead horse here....learn to use search. Unused ram is pointless, we all know that, and agree to move along. I suggest you do the same.....although, I remember my hardcore netscape days as well. Just let them R.I.P. and go on with life, please......I don't need more headaches reading these threads over and over again, as a matter of fact, I vote this one closed/resolved just to get it off the island.

beating a dead horse here....learn to use search. Unused ram is pointless, we all know that, and agree to move along. I suggest you do the same.....although, I remember my hardcore netscape days as well. Just let them R.I.P. and go on with life, please......I don't need more headaches reading these threads over and over again, as a matter of fact, I vote this one closed/resolved just to get it off the island.

...read the thread next time.

The whole unused ram chestnut is only relevant if the only app you are running is your browser and you want free ram If you have limited ram, the thread is very relevant especially if you multitask.

 

...read the thread next time.

The whole unused ram chestnut is only relevant if the only app you are running is your browser and you want free ram If you have limited ram, the thread is very relevant especially if you multitask.

 

I think the issue of bad programming also deserves attention even if you have tons of RAM.

 

I think the issue of bad programming also deserves attention even if you have tons of RAM.

 

Agreed, but at least with more ram, you can cope. I tolerate Chrome because their development tools rock.

beating a dead horse here....learn to use search. Unused ram is pointless, we all know that, and agree to move along. I suggest you do the same.....although, I remember my hardcore netscape days as well. Just let them R.I.P. and go on with life, please......I don't need more headaches reading these threads over and over again, as a matter of fact, I vote this one closed/resolved just to get it off the island.

 

If you don't like reading about RAM then don't click on a title with the word RAM/Memory etc in it.

Closing a thread because you don't like the topic has got to be the ultimate in subjectivity!

And unused RAM is NOT pointless. It gives you ZERO latency to acquire a large block of RAM such as for example when I do a session restore on 1,000 browser tabs...

 

Is that why Google has been working to optimize ram usage, because its not a problem? Just because you are not paying attention doesn't mean it's not a real issue.


It doesn't mean that it's a problem, they're just changing the way it handles certain tasks to make it use less. It's mostly the prerendering feature coupled with the ways that the browser restores tab sessions that cause it's high memory use, issues which are design based rather than an inherent problem. All they're doing is setting it up to unload unused tabs from memory, and stop restoring tabs in left to right order when restoring a browsing session. That's not so much an issue with the browser leaking memory, but one of design. I have 3 tabs currently open and my memory usage is at 37%. Even opening 30 odd tabs (all of which were rendered and loaded into memory) only caused my memory usage to jump to 61%. You're being overly dramatic.

I don't know guys but while I do get what some of you are saying about Chrome and its RAM usage, don't you think that a browser that uses almost 1GB of RAM is a little too much? That is ridiculous and unacceptable. Battlefield 4 is a very complicated graphical game and it uses 1.6 GB of RAM!!!!!!...but that's acceptable considering what the game is and does, but a browser? why is a browser needing so much RAM for? To do what? 


BF4 loads a lot of its assets into video ram. Not really a good argument.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • OBS Studio 32.2.0 Beta 2 by Razvan Serea OBS Studio is software designed for capturing, compositing, encoding, recording, and streaming video content, efficiently. It is the re-write of the widely used Open Broadcaster Software, to allow even more features and multi-platform support. OBS Studio supports multiple sources, including media files, games, web pages, application windows, webcams, your desktop, microphone and more. OBS Studio Features: High performance real time video/audio capturing and mixing, with unlimited scenes you can switch between seamlessly via custom transitions. Live streaming to Twitch, YouTube, Periscope, Mixer, GoodGame, DailyMotion, Hitbox, VK and any other RTMP server Filters for video sources such as image masking, color correction, chroma/color keying, and more. x264, H.264 and AAC for your live streams and video recordings Intel Quick Sync Video (QSV) and NVIDIA NVENC support Intuitive audio mixer with per-source filters such as noise gate, noise suppression, and gain. Take full control with VST plugin support. GPU-based game capture for high performance game streaming Unlimited number of scenes and sources Number of different and customizable transitions for when you switch between scenes Hotkeys for almost any action such as start or stop your stream or recording, push-to-talk, fast mute of any audio source, show or hide any video source, switch between scenes,and much more Live preview of any changes on your scenes and sources using Studio Mode before pushing them to your stream where your viewers will see those changes DirectShow capture device support (webcams, capture cards, etc) Powerful and easy to use configuration options. Add new Sources, duplicate existing ones, and adjust their properties effortlessly. Streamlined Settings panel for quickly configuring your broadcasts and recordings. Switch between different profiles with ease. Light and dark themes available to fit your environment. …and many other features. For free. At all. OBS Studio 32.2.0 Beta 2 changelog: Beta 2 Changes Fixed a CI deployment issue. There are no application changes since Beta 1. 32.2 New Features Replaced add source dropdown with new dialog [Warchamp7] Improved FPS selector UX [jcm93] Added missing file support for filters [exeldro] Added ability for plugins to set custom icons for new source types [cg2121] Included .webp files when adding a directory to Image Slide Show source [TarunCore] Added copy paste functions to frontend API [exeldro] Added filter to compose SDR into HDR [jpark37] Added delete as a hotkey to delete sources on macOS [PatTheMav] Added dynamic bitrate support to multitrack video [lexano-ivs] 32.2 Changes Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] Added theming for checked QToolButtons [glikely] Improved OpenGL performance slightly on low-end machines [kkartaltepe] Set minimum size for color source to 1 pixel [exeldro] Added minimum width to spinboxes [Warchamp7] Disallowed overwriting the crash handler [sebastian-s-beckmann] Applied process mitigation policies for Windows [notr1ch] Adjusted description of multitrack video [jhnbwrs] Changed new capture devices to use fallback frame rate by default [PatTheMav] Improved DLL loading behavior on Windows [notr1ch] Limited multitrack video config to Custom service [PatTheMav] 32.2 Bug Fixes Fixed OAuth and dock state save corruption [PatTheMav] Fixed group bounds not resizing when removing items [howellrl] Fixed canvas mixes not being restored after video reset [dsaedtler] Fixed some erroneous crashes during shutdown [Warchamp7] Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] Fixed color of controls dock output buttons in System theme [shiina424] Fixed virtual camera reset failures [stephematician] Fixed potential crash when user discards changes in the settings window [suogesi] Fixed incorrect return value in virtualcam filter [xtfo] Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] Fixed properties hint icon spacing [Warchamp7] Fixed potential crash when a video device reconnects on macOS [jcm93] Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] 32.2 Deprecations Deprecated obs_properties_add_button [sebastian-s-beckmann] Download: OBS Studio 32.2.0 Beta 2 | Portable | ARM64 | ~200.0 MB (Open Source) View: OBS Studio Homepage | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Is a fast food restaurant a good metric to compare against?
    • Grand Theft Auto VI pricing revealed alongside Ultimate Edition and pre-loading details by Pulasthi Ariyasinghe Last week, Rockstar revealed Grand Theft Auto VI pre-orders will be starting soon, and just a day ahead of that, now the studio has announced the official pricing for the highly anticipated game. This has been a hotly debated topic among fans and industry veterans for a long time, considering the game is expected to be the biggest entertainment product launch ever. The confirmed pricing for the Grand Theft Auto VI standard edition is $79.99, which Rockstar says gives access to the "single-player experience set in the biggest, most immersive evolution of the series yet." This follows what most of our readers thought would happen with the pricing too. At the same time, a $99.99 Grand Theft Auto VI: Ultimate Edition has been confirmed as well, which lands with "an exclusive collection of premium vehicles, weapons, apparel, and action threaded across all aspects of Jason and Lucia’s story." Pre-ordering will also give fans extra bonuses, including a Vintage Vice City Pack of cosmetic items as well as a free month of GTA+. Head to the official website of the game here to check out all the cosmetic rewards the Ultimate Edition and pre-orders bring. Interestingly, the studio does not mention Grand Theft Auto VI multiplayer at all in today's announcement. Perhaps this will arrive later, following the campaign launch, or the studio is keeping that reveal for a later date. Digital pre-orders for Grand Theft Auto VI will begin on June 25, 2026, at midnight local time across regions for Xbox Series X|S and PlayStation 5. The title is slated to launch on November 19 on those same platforms. Pre-loading for Grand Theft Auto VI will kick off on November 12, giving players a week to get the game ready on their consoles. As for the physical edition, Take-Two has confirmed that this will be available without a disc, with the box only containing a download code inside. This will be purchasable starting November 12, giving players who take this route time to pre-load the title as well.
    • Turbo Pascal was my first real programming experience more than 30 years ago at university. I mostly taught myself from the included examples and help documentation, because the university only taught the basic syntax and philosophy of Pascal, without going deeply into Turbo Pascal’s advanced features. I still remember when I discovered that I could embed assembly language directly into Pascal code, call BIOS functions, manipulate screen memory, use mouse interrupts, and control peripherals from my programs. That opened huge doors for me. Programming back then felt really fun, direct, and close to the machine. What I loved about Pascal was its readability and the almost instant compile time. Turbo Pascal was an amazing environment, but unfortunately Turbo Pascal for Windows 3 did not feel like it fully carried that legacy forward. Later, Delphi got things back on the right track after the messy transition to TP for Windows. Sadly, Delphi suffered from years of uncertainty as it moved from Borland to CodeGear and then to Embarcadero. That instability made many developers lose confidence in it, even though Delphi itself remained a powerful and productive tool. I still work with Delphi from time to time, but I definitely miss the old days of Turbo Pascal.
  • Recent Achievements

    • One Year In
      OHI Accounting earned a badge
      One Year In
    • First Post
      Almohandis earned a badge
      First Post
    • Rookie
      DaviKar went up a rank
      Rookie
    • Dedicated
      HidekoYamamoto94 earned a badge
      Dedicated
    • One Month Later
      timbobit earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      +Edouard
      170
    3. 3
      PsYcHoKiLLa
      121
    4. 4
      Michael Scrip
      81
    5. 5
      Steven P.
      69
  • Tell a friend

    Love Neowin? Tell a friend!