this post was submitted on 30 Nov 2024
1 points (100.0% liked)

Linux

66177 readers
406 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

For me, it's Shared GPU memory.

you are viewing a single comment's thread
view the rest of the comments
[–] teawrecks@sopuli.xyz 0 points 2 years ago (1 children)

Shared GPU memory (as described in that article) is just how Windows decided to solve the problem of oversubscription of VRAM. Linux solves it differently (looks like it just allocates what it needs in demand and uses GART to address it, but I would like to know more).

So I'm curious what you mean when you say you miss it. Are you having programs crash OOM when running on Linux? Because that shouldn't be happening.

It's not ideal to be relying on shared gpu mem anyway (at least in a dgpu scenario). Kinda like saying you have a preference on which crutches to use.

[–] DieserTypMatthias@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

There is one game called Cities: Skylines 2 that always fills up my VRAM, so yeah, I'm getting an OOM, but on the VRAM (I have GTX 1660super with 6 gigs of VRAM and I have 32 gigs of system RAM). I encourage you to try playing this game with a moderately sized city and with this GPU.