Replies: 1 comment
-
Nice find! I have a spare Pi3+ running BirdNetPi testing the new model and I've just done it on there, so will test it out over the next day or two and see. I like the bpytop too. Very nice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to analyse a little bit the performances of my RPI3B+ running BirdNET-Pi.
I did not like the simple "top" application, natively present in Raspbian, so I found another tool, based on Python3: bpytop.
To install it, simply type:
And at the prompt, run it by:
The interresting part is that with bpytop, I remarked that my RPI had a full swap file amost permanently.
So I found a tutorial for oversizing it.
Here: https://pimylifeup.com/raspberry-pi-swap-file/
I set it to 200MB.
And I personaly find that with such value, my RPI3B+ is way more reactive now.
Beta Was this translation helpful? Give feedback.
All reactions