-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend boot problem on minipc #26
Comments
While writing this up I found out that changing Like this piped:
image: 1337kavin/piped:graalvm-jvm
restart: unless-stopped
volumes:
- ./config/config.properties:/app/config.properties:ro
depends_on:
- postgres
container_name: piped-backend Hope this helps anyone searching for the same problem |
How much ram does your minipc have? It appears to be running out of memory. Not sure how it's running on graalvm, but I'm happy that it worka for you! |
The machine has 16GiB and had ~11GiB at the time of build that made it even more confusion. I could try updating docker to see if it changes anything I'd be surprised if it did. It added the meminfo to the report file when building
Docker version
|
Tried running the project on minipc I've got I'm getting problems with the backend(1337kavin/piped:latest)
I'll crash with this error
So I tried building the image from Piped-Backend but I'm getting a few errors
Checked
/opt/java/openjdk/bin/java
it exists and it can be executed I even forced it-rwxrwxrwx 1 root root 16320 Aug 17 11:55 /opt/java/openjdk/bin/java
I skipped the check to see if that was the only error.output from
"/app/hs_err_pid6.log"
Tried increasing
"DEFAULT_JVM_OPTS"
to"-Xmx512m -Xms512m"
that didn't change anythingI tried building and running from the image on docker hub on an other system and it worked. On the minipc I've other images build in "linux/amd64" running that work. This is the first image I've got problems with.
Image tags tested
"There is insufficient memory for the Java Runtime Environment to continue"
The cpu the machine is using
The text was updated successfully, but these errors were encountered: