My gaming PC that I built in January 2006 that IIRC I used to simultaneously run Battlefield 2, Trillian, Xfire, Thunderbird, and Winamp with a 1680x1050 monitor had 1 GB of total system RAM.
Windows 11's built-in Weather app wastes more than 1 GB of RAM
281–290 of 621 posts
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#282I don't want to "akshually" this, but on a stock[1] up-to-date Windows 11 x64 25H2 (aka: my desktop) Weather takes up around ~670MB of RAM at launch, not 1GB. While writing this comment it dropped to 450MB. All in all much lower than 1GB. 1: i.e.: not "debloated" or running a bunch of random customizer scripts.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#283Earlier quoted context omitted.
Depends on the app/framework but typically phantom threads don’t get started. Also, those stacks aren’t materialized until you write something - they’re all CoW’ed pages from a sentinel 0-filled page the kernel keeps around just for this purpose.
It's been a while, but I believe Windows initialises an internal thread pool & parallelises (some parts of) process start / module loading
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#284And how come you cannot pretend to only have 4GB to make it use less?
I don't care about how slow the OS becomes, I care about software not crashing.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#285Earlier quoted context omitted.
>Your designers want Sometimes, you need to tell the designers NO. Moving background images don't help people figure out what the weather is going to be.
And sometimes your engineers need to be a LOT less stingy. 1GB is clearly overkill for an app such as this, but ~300MB is perfectly acceptable if it works well, looks good and does what it should do. There is such a thing as overdesign, but when you’re building a modern application, you must trust your designer’s sense of aesthetics and knowledge of UX patterns—two things engineers are often notoriously bad at.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#286Why does Windows 10 use 10GB of RAM if you have a total of 32GB? And how come you cannot pretend to only have 4GB to make it use less? I don't care about how slow the OS becomes, I care about software not crashing.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#287Earlier quoted context omitted.
Pictures and frame buffers. If you're running fullscreen at 4k, you're probably gonna take two roughly 3840x2160x3 byte frame buffers for the window. Your designers want a background image which moves as you scroll in some parallax style; that's over 3840x2160x3 bytes more for the pixel buffer backing the image layer. And let's say roughly 50% of your screen is text with subpixel (aka full color) anti aliasing; that…
>Your designers want Sometimes, you need to tell the designers NO. Moving background images don't help people figure out what the weather is going to be.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#288Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#289My gaming PC that I built in January 2006 that IIRC I used to simultaneously run Battlefield 2, Trillian, Xfire, Thunderbird, and Winamp with a 1680x1050 monitor had 1 GB of total system RAM.
I made a little conference schedule app a few weeks ago for a conference I was at. I used my own rust UI toolkit, which calls in to cocoa to make use of native UI components. The resulting binary is about 500kb and it uses a couple megs of ram while running. It looks and feels like a totally native iOS app. As far as the OS is concerned, it is.
Even 500kb feels too big for what it is. I’m rewriting the core at the moment, and I think it’ll be more efficient as a result. But I’m still pretty happy with it.
Re: Windows 11's built-in Weather app wastes more than 1 GB of RAM
#290Easy workaround for this: 1. Install uBlock Origin in Edge. 2. Start Edge, browse to MSN Weather. 3. Click the "Add an Application" button in the address bar to get a Start Menu icon for the page. 4. Delete the in-box Weather app icon. Now you get the same Weather app in about 130MB of RAM, with no ads. It's not as nice as a native app, of course, but it's 1000% better than the useless ads and MSN feed that you can't…
Wipe Windows from your machine. Use Arch Linux. Problem solved.