Minimum Hardware Requirements
See original GitHub issueI’m trying to run streama
on RPi (3 Mode B) and have been unsuccessful.
I was able to compile it from source as well as get the application up and running (though it took a long time: INFO streama.Application - Started Application in 4051.121 seconds (JVM running for 4362.583)
).
Accessing <IP>:8080
results in a timeout. So, does anyone know what the minimum system requirements for Streama are?
PS: I think 1 GB RAM + 4x ARM Cortex-A53 @1.2GHz isn’t sufficient. I’m aiming for a BeagleBone Black next (AM335x 1GHz ARM Cortex-A8, 512 MB RAM)
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Windows minimum hardware requirements - Microsoft Learn
This topic defines the minimum hardware requirements for Windows 10 and all types of devices or computers designed for this release.
Read more >Recommended & Minimum Computer Configurations for ...
Minimum Requirements ; Processor (CPU):. Intel Core i5 (sixth generation or newer) or equivalent ; Operating System: Microsoft Windows 10 x64. (free via...
Read more >Minimum Hardware and Software Requirements
Windows Based Computers · Intel i5 Processor · 16 GB RAM · 256 GB or greater hard drive storage · Screen Size: 24”...
Read more >Hardware and Software Requirements
Hardware Requirements · Processor: Minimum 1 GHz; Recommended 2GHz or more · Ethernet connection (LAN) OR a wireless adapter (Wi-Fi) · Hard Drive:...
Read more >What Are System Requirements? - Computer Hope
The system requirements or software requirements is a listing of what software programs or hardware devices are required to operate the ...
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
I was running Streama on a RPI3 with MySQL and found that oracle JDK was so much better than openJDK. Streama would start up in about 45 seconds and I could add set things up and add media via :8080.
I left it overnight though and came back to an out-of-memory error from java the next morning - YMMV
I got the oracle JDK from https://aur.archlinux.org/packages/jdk-arm/
I think it may run if you use mysql, because the internal H2 database is by design a RAM-based database, so it requires a lot of extra RAM to start up. try with MySQL and let us know!