You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with 4.6.0, CommaFeed is using Semeru instead of Temurin in the Docker image with great success, resulting in memory usage reduction by up to 50%.
However, @nataloko opened an issue today, it seems java doesn't start when the docker host is running on OpenSUSE MicroOS. It worked fine with Temurin.
$> docker run athou/commafeed:latest
libjvm.so preloadLibrary(/opt/java/openjdk/lib/default/libj9vm29.so): /opt/java/openjdk/lib/default/libj9vm29.so: cannot enable executable stack as shared object requires: Permission denied
libjvm.so failed to load: j9vm29
This is the Dockerfile, which I think is pretty standard:
Hi there,
Starting with 4.6.0, CommaFeed is using Semeru instead of Temurin in the Docker image with great success, resulting in memory usage reduction by up to 50%.
However, @nataloko opened an issue today, it seems java doesn't start when the docker host is running on OpenSUSE MicroOS. It worked fine with Temurin.
This is the Dockerfile, which I think is pretty standard:
Do you have any ideas about what might be the cause of the problem?
Thanks!
The text was updated successfully, but these errors were encountered: