Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » why do raspberry pi's only have 1gb ram (pi 3 model b)
- BreadcatGames
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
title, because that is not enough to do anything useful
- TheSecondGilbert
-
100+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
You have to remember that Raspberry Pi's are meant to have a specific purpose, not as a general use computer (not until the 4th gen I guess)
For that purpose, I'd say 1 GB of RAM is enough to do tasks like that.
For that purpose, I'd say 1 GB of RAM is enough to do tasks like that.
- know0your0true0color
-
500+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
there meant to be small
it is hard to fit a good amount of ram in a small space

although this is just my answer and there may be a different reason
it is hard to fit a good amount of ram in a small space

although this is just my answer and there may be a different reason

Last edited by know0your0true0color (Nov. 22, 2022 22:35:17)
- imfh
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
1 GB isn't that small. I've used a micro controller with only 4 KB of RAM and 32 KB of memory. There's a lot you can do in 32 KB.
- SavetheAtlantic
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
Almost every computer before 2005 had less than one gigabyte of RAM; the ones that did were extremely high end and few were meant for consumers. I think it's far more than adequate, especially for a $100 computer
- dynamicsofscratch
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
Don't Raspberry Pi CM4's come in a 8GB RAM 32GB eMMC for 95$? (CM4 108032)
EDIT: Raspberry Pi 4 Model B's come in 8GB RAM 4GB eMMC for approx 35$
EDIT: Raspberry Pi 4 Model B's come in 8GB RAM 4GB eMMC for approx 35$
Last edited by dynamicsofscratch (Nov. 23, 2022 13:14:23)
- dynamicsofscratch
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
(#4)also true, i use a 2kb arduino uno and can handle live sensor detection and adjustment REAL TIME
1 GB isn't that small. I've used a micro controller with only 4 KB of RAM and 32 KB of memory. There's a lot you can do in 32 KB.
- BreadcatGames
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
is the ram able to be expanded? (On raspberry pi's) 1 GB isn't that small. I've used a micro controller with only 4 KB of RAM and 32 KB of memory. There's a lot you can do in 32 KB.
Last edited by BreadcatGames (Nov. 23, 2022 14:34:54)
- ajskateboarder
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
According to is the ram able to be expanded? (On raspberry pi's)this post on the Raspberry Pi forums, the memory is basically hard-wired in… so you can't expand it. What are you planning to use the Pi for, anyways?
It does depend on the use-case, though. Running a SQL database on a single gigabyte of memory isn't going to perform well, obviously. 1 GB isn't that small. I've used a micro controller with only 4 KB of RAM and 32 KB of memory. There's a lot you can do in 32 KB.
- imfh
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
Very true. However, you could easily run a SQL database on a single gigabyte of memory. SQLite can run with less than a megabyte of memory, so I imagine it would work fine on a system which can provide it more than 100 megabytes. However, it depends on your use case as it would not work well as the only database for a production web server with many users.It does depend on the use-case, though. Running a SQL database on a single gigabyte of memory isn't going to perform well, obviously. 1 GB isn't that small. I've used a micro controller with only 4 KB of RAM and 32 KB of memory. There's a lot you can do in 32 KB.
- ajskateboarder
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
Very true. However, you could easily run a SQL database on a single gigabyte of memory. SQLite can run with less than a megabyte of memory, so I imagine it would work fine on a system which can provide it more than 100 megabytes. However, it depends on your use case as it would not work well as the only database for a production web server with many users.It does depend on the use-case, though. Running a SQL database on a single gigabyte of memory isn't going to perform well, obviously. 1 GB isn't that small. I've used a micro controller with only 4 KB of RAM and 32 KB of memory. There's a lot you can do in 32 KB.
Sorry, I meant databases which aren't file-based, like Cassandra, MySQL, or SurrealDB.
SQLite isn't a network database, so it can't be accessed remotely (that is what most people want to be able to do).
Imagine Redis performance on a Pi 3B

- SuperSonicmario
-
100+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
You'd be surprised. My system uses just 91 MiB of RAM as I'm typing this, and it has plenty of room to grow. title, because that is not enough to do anything useful
As for why the Pis have 1 GiB of RAM, a brand-new computer sold for less than US$100 is going to have its limitations.
- skymover1239
-
500+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
What browser?You'd be surprised. My system uses just 91 MiB of RAM as I'm typing this, and it has plenty of room to grow. title, because that is not enough to do anything useful
As for why the Pis have 1 GiB of RAM, a brand-new computer sold for less than US$100 is going to have its limitations.
- ajskateboarder
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
Probably a terminal-based browser like Lynx. It's honestly quite functionalWhat browser?You'd be surprised. My system uses just 91 MiB of RAM as I'm typing this, and it has plenty of room to grow. title, because that is not enough to do anything useful
As for why the Pis have 1 GiB of RAM, a brand-new computer sold for less than US$100 is going to have its limitations.

- gilbert_given_189
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
Actually, the official price is $40 a piece for a Pi 3B [1]You'd be surprised. My system uses just 91 MiB of RAM as I'm typing this, and it has plenty of room to grow. title, because that is not enough to do anything useful
As for why the Pis have 1 GiB of RAM, a brand-new computer sold for less than US$100 is going to have its limitations.
Last edited by gilbert_given_189 (Nov. 24, 2022 12:58:13)
- The80sTimeTraveller
-
50 posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
To be honest 1GB is pretty good. I watch youtube videos on a PowerMac G5 with 2GB and a very old processor just fine. And Pis aren't supposed to be your main desktop computer.
Last edited by The80sTimeTraveller (Nov. 24, 2022 17:58:42)
- Redstone1080
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
(#16)How? I have a laptop laying around with a Core 2 Duo from 2006, it can barely watch youtube… although i did linux it, so…
To be honest 1GB is pretty good. I watch youtube videos on a PowerMac G5 with 2GB and a very old processor just fine. And Pis aren't supposed to be your main desktop computer.
- The80sTimeTraveller
-
50 posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
With a special YouTube browser called TenFiveTube. Combine that with TenFourFox and you have a fully usable (although a little slow) web browsing experience.(#16)How? I have a laptop laying around with a Core 2 Duo from 2006, it can barely watch youtube… although i did linux it, so…
To be honest 1GB is pretty good. I watch youtube videos on a PowerMac G5 with 2GB and a very old processor just fine. And Pis aren't supposed to be your main desktop computer.
- Redstone1080
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
(#18)With a special YouTube browser called TenFiveTube. Combine that with TenFourFox and you have a fully usable (although a little slow) web browsing experience.(#16)How? I have a laptop laying around with a Core 2 Duo from 2006, it can barely watch youtube… although i did linux it, so…
To be honest 1GB is pretty good. I watch youtube videos on a PowerMac G5 with 2GB and a very old processor just fine. And Pis aren't supposed to be your main desktop computer.
What I did to it was I installed Fedora Linux on it. It came pre-installed with firefox so i just use that
i'm going to plug it in rn, tho, so ill try that
- Jeffalo
-
1000+ posts
why do raspberry pi's only have 1gb ram (pi 3 model b)
640K ought to be enough for anybody
- Discussion Forums
- » Advanced Topics
-
» why do raspberry pi's only have 1gb ram (pi 3 model b)