Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kamen69845yStop whining about memory usage. Memory's purpose is to be used; it only becomes a problem if all of it is filled and the OS starts paging.
-
@kamen So it's okay to write shitty bloated applications, just because there is enough ram/cpu power to handle it? Sounds like you'd be a good fit for the Google Chrome team or any dev position at Microsoft.
-
kamen69845y@Gogeta70 It's not okay, but it is what it is. Yes, you (or someone else) can probably write an app that has the same functionality (or more) and is more efficient in terms of hardware resources, but guess what: you don't have Microsoft's user base, so the hypothetical app won't be used that much... Same thing with Chrome, Skype, Slack, or any other widely used piece of software.
-
@kamen Paging ? You mean like storing pages of memory to disc ? Cuz paging is also the thing with virtual memory being split to pages , right ? Just curious about this topic
-
Because your IDE is underutilised. My Visual Studio regularly peaks 8GB when debugging an expecially THICC project.
-
@kamen No, the purpose of memory is to be shared by all processes and the rest used by the os for caching and stuff. Applications should only ever use as much as necessary for maintaining performance, everything else should be optional. Forcibly caching hundreds of megabytes inside an application is like shoving several full cakes down someone's throat because they asked for a slice.
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
Can anybody explain why a chat app needs almost as much memory as full blown IDE
question
memory
wtf
ms teams