How to improve performance on Raspberry Pi
See original GitHub issueFirst of all, thanks for this great piece of work, I am really enjoying it!
The software runs flawlessly on my MacBook Pro, but on my Raspberry Pi (Model B Plus Rev 1.2) the performance is worse. Files are not cached in time, which results in a lot of hick-ups during playback. Using another JVM (oracle-java8-jre
instead of openjdk-8-jdk
) seemed to improve the performance a bit, but not significantly enough.
Any ideas how I could improve the JVM performance? And do you expect that this repo will be optimised for raspbian in the future? Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:24 (13 by maintainers)
Top Results From Across the Web
Tricks to improve Raspberry Pi performance and power ...
Tricks to improve Raspberry Pi performance and power consuption · 1. Using the correct input power · 2. Installing ZRAM · 3. Reduce...
Read more >Slow Raspberry Pi? 11 Tips for Better Speed and Performance
Slow Raspberry Pi ? 11 Tips for Better Speed and Performance · 1. Connect a Reliable Power Supply · 2. Employ a Lightweight...
Read more >How Can you Make your Raspberry Pi Run Faster? (8 tips)
8 Tips to Make a Slow Raspberry Pi Run Faster · Get rid of unused apps and services · Check the process list...
Read more >Rasp Pi Tuning » Raspberry Pi Geek
The Raspberry Pi is small and economical but also fairly limited for resources. A few targeted tuning steps might help you gain better...
Read more >Improve performance of Raspberry Pi
Re: Improve performance of Raspberry Pi ... You cannot cluster Pi's and get more desktop performance, clustering doesn't work that way. So your ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmm. Fortunately the forum of YourKit provided me a link to an older version of the YourKit profiler 😃 I will try to set-up this profiler later this week. Happy holidays!
That’s great, I’ve merged the cache branch and I’ll probably publish a new release in the next couple days if everything is stable.