GenderNeutralBro ,

Much like a cat can stretch out and somehow occupy an entire queen-sized bed, Linux will happily cache your file system as long as there is available memory.

MonkderDritte , (Bearbeitet )

Note for the "unused RAM is wasted RAM" people, in the description of earlyoom:

Why is "available" memory checked as opposed to "free" memory? On a healthy Linux system, "free" memory is supposed to be close to zero, because Linux uses all available physical memory to cache disk access. These caches can be dropped any time the memory is needed for something else.

So yeah, there's a difference.

vinyl ,

Always see my system chilling at 5 or 6 gb

HowManyNimons ,

You've clearly never lived with a cat. Your metaphor is crushed by the Kitty Expansion Theory: No piece of furniture is large enough for a cat and any other additional being.

bruhduh ,
@bruhduh@lemmy.world avatar

Caching be like

HowManyNimons ,

Caching do indeed be like.

ArtieShaw ,

Exactly. That kitty encompasses and rules over aaaalllll that couch. Surfaces and interior volume (as soon as he discovers it). No room for anybody else. Just ask him.

Siegfried ,

My cat would just extend perpendicular to the length of my bed so i have enough space to decide to sit on one of the two remaining sides of the bed.

kaboom36 ,
@kaboom36@ani.social avatar

The kitty expansion theory is incomplete, any piece of furniture is large enough for both a cat and an additional being provided the additional being was there first

eskuero ,
@eskuero@lemmy.fromshado.ws avatar
Klaymore , (Bearbeitet )
@Klaymore@sh.itjust.works avatar

I actually do this with NixOS impermanence lol. The things I need are symlinked from a different partition and the stuff I don't need automatically gets wiped clean.

SuperIce ,

I actually have my ~/.cache mounted as a tmpfs. No need to write that to disk when I have like 50GB of free RAM most of the time.

eskuero ,
@eskuero@lemmy.fromshado.ws avatar

I have considered it a few times ngl

Zachariah ,
@Zachariah@lemmy.world avatar

Spin up some VMs on that thing!

AllNewTypeFace ,
@AllNewTypeFace@leminal.space avatar

The extra space is for two Electron apps of your choice.

lemmyvore ,

Let's start with one and see how it goes.

umbrella ,
@umbrella@lemmy.ml avatar

discord and microsoft teams 😍

TrickDacy ,

You picked two of the crappiest apps ever.

itsralC ,

That's the point

Kusimulkku ,

Teams in browser is okay

cupcakezealot ,
@cupcakezealot@lemmy.blahaj.zone avatar

my tandy sensation didn't need more than 4mb of ram

FMEEE ,

I actually downgraded my Laptop from 16 to 8 gig DDR3L and did not spot a difference

chicken ,

If you ever have an interest in running local LLMs you're gonna wish you got even more

MonkderDritte , (Bearbeitet )

The cat is the Rimworld mod with a hefty memory leak yesterday. 32 GB was full in seconds. But it gave me enough time to find the culprit and kill Rimworld without trashing my session every time.

PoolloverNathan ,

Tip: Alt+SysRq+F to force an OOM kill. It'll usually target the leaking process.

MonkderDritte ,

Thanks! But where is the SysRq key?

PoolloverNathan ,

Print Screen

MonkderDritte ,

Oh. Thanks!

TechNerdWizard42 ,

Current 4 year old laptop with 128GB of ECC RAM is wonderful and is used all the time with simulations, LLMs, ML modelling, and the real heavy lifter, Google Chrome.

jbk ,

What 4 year old laptop can handle that much RAM?

KillingTimeItself ,

a w520 from 2012 can run 32gb of ram natively. It has 4 socketed ram slots.

More than likely some form of cursed engineering laptop lol, that or a shitpost.

notthebees ,

Most modern laptops can do 64 gb of ddr4. It's expensive but doable. Like most U series CPUs are limited at 64 gb. Something with a xeon mobile chip will probably see a lot more.

KillingTimeItself ,

yeah, we've seen non mobile chips being used in laptops before, that could very well be the case for that machine as well.

Would be expensive as fuck and a flagship machine, but for an engineer working on cad and simulations, it's about what you're going to get.

notthebees ,
KillingTimeItself ,

yeah, i was just pointing out that we've seen desktop chips in laptops before, it's not common, but it has happened, and will likely continue to happen.

TechNerdWizard42 ,

Dell 7740 Workstation laptop. Has a Xeon processor and a 16GB Quadro video card as well. 5 M2 slots so I currently have 36TB of SSD as well. 4k screen, physical privacy shutter camera, actual buttons for the trackpad. I love this thing.

jbk ,

I bet it also cost a ton as well lol. Well I'm jealous now.

TechNerdWizard42 ,

It cost about a tenth of its weight in gold... So I guess that's a deal?

slacktoid ,
@slacktoid@lemmy.ml avatar

Big dawg here running a supercomputer with 4 gigs of RAM. /s

chemicalwonka ,
@chemicalwonka@discuss.tchncs.de avatar

me a hard KVM user need a lot of RAM

Crow ,

4GB? I think you should clean up a little, do a like debloating

Aceticon ,

The other day I got a Mini PC to use as a home server (including as media server with Kodi).

It has 8GB of RAM, came with some Windows (10 or 11), didn't even try it and wiped it out, put Lubunto on it and a bunch of services along with Kodi.

Even though it's running X in order to have Kodi there and Firefox is open and everything, it's using slightly over 2GB of RAM.

I keep wanting to upgrade it to 16 GB, because, you know, I just like mucking about with hardware and there's the whole new toy feeling, but I look at the memory usage and just can't bring myself around to do it just for fun, as it would be a completelly useless upgrade and not even bright eyed uuh, shinny me can convince adult me to waste 60 bucks on something so utterly completelly useless.

jol ,

I wish. I use vscode which sucks up most of my resources (basically a terribly inefficient IDE running on elotron...). 32gb and it still not enough to run my dev environment decently.

golden_calf ,

The reason vscode is so popular is because it is far more efficient than the electron app it's based on. Atom was slow and the worst resource hog I've ever seen.

The plugin ecosystem and great built-in support for the most popular languages keep it popular.

dan , (Bearbeitet )
@dan@upvote.au avatar

VS Code wasn't based on Atom. It was written from scratch. The system architecture is very different.

VS Code uses Electron, but all the heavy stuff is running in separate threads or processes, which is why it feels faster than some other Electron apps.

Unfortunately, many Electron apps break the #1 rule of desktop app development: Never do any heavy processing on the UI thread. Any Electron app that does heavy-ish processing really needs to use node:worker_threads or something similar, plus a UI library like React that can prioritise handling of user actions over rendering other parts of the UI.

TrickDacy ,

(basically a terribly inefficient IDE

Hard disagree

fushuan ,

Hate to type this but mate, skill issue. If its taking that much memory check your addons because you fucked up somewhere. I use it with several debugging and linting addons and it runs on a virtual remote desktop where I'm lucky if I have 4GB to share between vscode and the browser with 20 tabs open.

Maybe your issue is thst you ran heavy programs through the vscode console and those registered in the task manager as vscode? Idk, but either way, skill issue :P

celliern ,

Do not underestimate the ram needed just by the lsp. I switch from vscode to nvim, and for some project 8gb is not enough due to that : that part of the memory consumption is sadly not editor-dependant :/

Hexarei ,
@Hexarei@programming.dev avatar

I use neovim (btw) and have it kitted out like a full IDE and it uses about 1gb of RAM at most to run a project. Crazy how much RAM static analysis takes.

  • Alle
  • Abonniert
  • Moderiert
  • Favoriten
  • random
  • linuxmemes@lemmy.world
  • haupteingang
  • Alle Magazine