What is the maximam expandable memory (SD card) supported by raspbery pie 3? Will it support above 32GB?
What is the maximam expandable memory (SD card) supported by raspbery pie 3? Will it support above 32GB?
There's an important difference between memory (often called RAM) and storage.
For example, if you're editing a file (e.g. a shopping list or a Python script) then that's saved in storage; it's still there when you reboot your computer. However, the editor (or even the Python script you were editing) runs in memory; unless you save your work to storage it's gone when you reboot your computer.
The memory in a Raspberry Pi is fixed; unlike a typical desktop or laptop PC it's not possible to add more. Fortunately, this is not a problem for you because the;
I'm not sure what the maximum capacity of SD card supported by Raspberry Pi is, but Adding storage to your Raspberry Pi indicates that 128GB (four times the 32GB you ask about!) is fine... and lists some other options, including USB flash drives and HDDs (Hard Disc Drives) like WD's 314GB PiDrive.
There's an important difference between memory (often called RAM) and storage.
For example, if you're editing a file (e.g. a shopping list or a Python script) then that's saved in storage; it's still there when you reboot your computer. However, the editor (or even the Python script you were editing) runs in memory; unless you save your work to storage it's gone when you reboot your computer.
The memory in a Raspberry Pi is fixed; unlike a typical desktop or laptop PC it's not possible to add more. Fortunately, this is not a problem for you because the;
I'm not sure what the maximum capacity of SD card supported by Raspberry Pi is, but Adding storage to your Raspberry Pi indicates that 128GB (four times the 32GB you ask about!) is fine... and lists some other options, including USB flash drives and HDDs (Hard Disc Drives) like WD's 314GB PiDrive.