Conversation
Notices
-
@coolboymew reminder that people complain about RAM usage without considering that space-time tradeoff, how cheap RAM actually is. Using RAM is a good thing and more programs should aggressively cache stuff in memory, and not be constantly trying to shrink it's memory usage through freeing.
If anything, the complaint about Chrome is that it aggressively caches stuff to disk, even when you have 64GB of RAM. It's constantly beating on SSDs, causing them to lose electrons.
- cool_boy_mew likes this.
-
@crunklord420 @coolboymew @olmitch do you use it on a desktop or a server?
-
@mischievoustomato @coolboymew @olmitch in my benchmarking of zstd level 3 really is a sweet spot. 4 is way slower, and 1-2 are hardly faster. It's the reason it's the default, I guess.
-
@crunklord420 @coolboymew @olmitch zamn. perhaps I'll increase it when I'm on a faster cpu whenever in the future
-
@crunklord420 @coolboymew @olmitch i use level one only because i don't really need more
-
@mischievoustomato @crunklord420 @coolboymew compressed btrfs whaaaat is it like how you could make more space on your hard drive magically in windows 2000? (But doing anything required like 20 seconds of grinding)
-
@olmitch @mischievoustomato @coolboymew I use zstd:3 compression with btrfs and it works pretty well. It does save a ton space if you're dealing with lots of text files like source code.
-
@crunklord420 @coolboymew hM. i use btrfs with compression so the impact should be less. I don't worry about ram usage much because of tweaks i got
-
@crunklord420 @coolboymew @olmitch tru. I'd run xfs on a server
-
@mischievoustomato @coolboymew @olmitch I only use btrfs on my desktops. I use ext4 on servers because I'm way more conservative/traditional on servers. Plus on a server you're probably going to be running a DB and you don't want a CoW filesystem for that, you'd have to nocow the directory anyways if you created a DB.
-
@crunklord420 @coolboymew i concede for general smartphone usecase considering most apps are mere webview and practical multitasking are not as prevalent
-
@Skoll3 @coolboymew a web browser is not a tertiary program. It is often the central program that the operating system exists to run. The idea that chromium allocates huge blobs of OS heap memory and does it's own internal allocation should be a given. This isn't a bad thing.
-
@crunklord420 @coolboymew it is a neat paradigm
Until multi-tasking hits
-
@crunklord420 @coolboymew unfortunately you are right
There are however many many use cases in which browser doing memory allocation by itself is determinal to a workflow
Other resource hungry programs also commonly used