this post was submitted on 20 Sep 2024
471 points (93.1% liked)
Technology
59086 readers
3496 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oddly? The game needs ram to store data like variables that the game generates, like physics simulations, among other game systems. The game's asset size alone doesn't really matter.
I know. That statement was weird. In just a few lines of code I can chew up all available ram on a machine.
Which is you messing around, nothing professional. RAM leaks are a big bug.
Nah, most of the space is filled with textures in a graphical game. Which is odd in 2:1 RAM:disk ratio, since most of the textures are in ddx nowadays, a format the GPU can use 1:1. You can't really compress ddx.
They're taking ram, though not vram.
Still has to be put somewhere, for speed of access. Directly disk to vram would prkbably feel like the chunk loading in Kenshi (engine is old and devs were amateurs).