this post was submitted on 19 Aug 2024
102 points (94.0% liked)

Linux

47309 readers
555 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 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.ndlug.org/post/1001830

Today, we’re happy to announce the launch of the 2GB Raspberry Pi 5, built on a cost-optimised D0 stepping of the BCM2712 application processor, and priced at just $50.

The new D0 stepping strips away all that unneeded functionality, leaving only the bits we need. From the perspective of a Raspberry Pi user, it is functionally identical to its predecessor: the same fast quad-core processor; the same multimedia capabilities; and the same PCI Express bus that has proven to be one of the most exciting features of the Raspberry Pi 5 platform. However, it is cheaper to make, and so is available to us at somewhat lower cost. And this, combined with the savings from halving the memory capacity, has allowed us to take $10 out of the cost of the finished product.

So, while our most demanding users — who want to drive dual 4Kp60 displays, or open a hundred browser tabs, or compile complex software from source — will probably stick with the existing higher memory-capacity variants of Raspberry Pi 5, many of you will find that this new, lower-cost variant works perfectly well for your use cases.

you are viewing a single comment's thread
view the rest of the comments
[–] eugenia@lemmy.ml 16 points 4 weeks ago (2 children)

Not enough RAM to be honest (at least not to be useful in the near future). I ran an Emby/Jellyfin server with 180 GB of music (nothing else was running, not even the UI), and it ran out of RAM, and was swapping like crazy at 1 GB of RAM on my Rpi3. In this day and age, you need 2 GB of RAM for servers, but that won't be enough within a couple of years (and that's why I don't suggest this new model with 2 GB of RAM). I personally would only get a new Raspberry Pi if it comes with 16 GB of RAM, so I can run a UI properly. You just can't ever have enough RAM these days. Linux is using less RAM than Win11, but not by much these days. It's growing too fast in requirements in the last 3-4 years.

[–] GolfNovemberUniform@lemmy.ml 7 points 4 weeks ago (1 children)

It's growing too fast in requirements in the last 3-4 years.

I haven't noticed it tbh.

[–] eugenia@lemmy.ml 6 points 4 weeks ago* (last edited 4 weeks ago) (3 children)

3 years ago XFCe needed on Debian about 450 MB of RAM (on a clean boot). It now needs 850. And that's not so much XFce's fault, it's all the other stuff underneath that have been growing too much too.

I mean, heck, Cosmic should not need more than 500 MB of RAM overall, having such a clean codebase. And yet it's the heaviest of them all, at 2.5 GB (even Gnome/KDE boots at 1.3 GB on Debian). And it's not a matter of optimization because it's an alpha. That's a cheap explanation. It's just heavy. Just as much as Windows in terms of ram usage.

[–] GolfNovemberUniform@lemmy.ml 4 points 4 weeks ago

I think it's the "unused RAM is wasted RAM" technology. Try on a machine with no more than 2 Gb.

[–] ikidd@lemmy.world 2 points 4 weeks ago

Not sure what you have going but I have plasmashell running right now at 680MB.

[–] marcie@lemmy.ml 1 points 4 weeks ago* (last edited 4 weeks ago)

you should try damnsmalllinux, it had a revival recently. though the absolute smallest modern one is probably Slitaz? or alpine linux

though you can definitely set up debian to use less than 500 ram today, kde/gnome are kinda hogs

[–] ashok36@lemmy.world 1 points 4 weeks ago (1 children)

A raspberry pi isn't and has never been a good choice for a server.

For an appliance like a pi hole, home assistant, or media center playing files from a real Nas it's fine.

[–] eugenia@lemmy.ml 2 points 4 weeks ago (1 children)

Did. you not read what I wrote? I used it as a media center and it was swapping like hell. That's what Emby and Jellyfin are. Media servers.

[–] ashok36@lemmy.world 1 points 4 weeks ago

No, you use it as a media server. A media center can also be a media server but often is not.

If your pi is just reading files from the network, it's fine. If it's serving files, you're gonna have a bad time.

Use the right tool for the job.