Page 1 of 1

RPi 3 tweaking tips?

Posted: Wed Mar 01, 2017 8:51 pm
by runboy93
Improved tweaks!

https://goo.gl/FU636b

Re: RPi 3 tweaking tips?

Posted: Thu Mar 02, 2017 11:17 am
by peterlite
The SD card write speed makes the most difference in my projects. The speed printed on the card, C10 etc, is mostly a fraudulent misrepresentation of a very short initial burst of speed. Spending an extra $10 on a card can give you 10x write speed.

Placing temporary files into ram looks like the next most useful step if your ram is not flooded by something else. There are a few posts on using ram. I have used it on a Pi 3 because the ram is rarely more than half used. I stopped using it because the smaller Pi Zero memory is easily flooded.

Re: RPi 3 tweaking tips?

Posted: Thu Mar 02, 2017 8:43 pm
by dukla2000
peterlite wrote:The SD card write speed makes the most difference in my projects. The speed printed on the card, C10 etc, is mostly a fraudulent misrepresentation of a very short initial burst of speed.
+1
There are numerous threads on SD card speed/benchmarks so hope I don't derail this thread by mentioning it: personally feel small file random read/write speed is the gold standard (as per iozone) and Samsung Evo+ the card to beat. And then overclocking the card - add dtparam=sd_overclock=100 to config.txt.

gpu_mem=256 seems overkill to me but no doubt depends what you are doing with the GPU - I get away with 64 and have no problems with general purpose video/DVD/DVB with omxplayer (which frees RAM for other purposes). Similarly prefer openbox as a desktop as it is also RAM-lite.

Add noarp to /etc/dhcpcd.conf to speed wifi connect times: saves me about 4s in systemd-analyze blame (and any reconnects) but obviously depends if (no)ARP is crucial to your network or not.

Re: RPi 3 tweaking tips?

Posted: Thu Mar 02, 2017 8:44 pm
by fruitoftheloom

Re: RPi 3 tweaking tips?

Posted: Fri Mar 03, 2017 1:40 pm
by runboy93
Check first post or click from my signature, my new improved RPi tweaks!

Re: RPi 3 tweaking tips?

Posted: Sun May 28, 2017 4:59 pm
by runboy93
Updated!

Re: RPi 3 tweaking tips?

Posted: Tue Jan 16, 2018 10:19 am
by runboy93

Re: RPi 3 tweaking tips?

Posted: Sun Aug 04, 2019 4:25 pm
by FreeSkybird
The directories that I need to write to are missing. Or I'm doing something wrong