akhq: Version 0.22.0 Docker image broken, "insufficient memory for the Java Runtime Environment"

Version 0.21.0 is working fine, but it’s broken on 0.22.0.

This is what I am getting when opening docker logs -f akhq

[root@dockerhost _data]# docker logs -f akhq
[0.004s][warning][os,thread] Failed to start thread "GC Thread#0" - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached.
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create worker GC thread. Out of system resources.
# An error report file with more information is saved as:
# /app/hs_err_pid8.log
[0.004s][warning][os,thread] Failed to start thread "GC Thread#0" - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached.

Other notes that might help:

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 4
  • Comments: 17 (14 by maintainers)

Most upvoted comments

Hi,

it seems to be a problem with the docker version. I can confirm for RedHat that it works on RedHat 8.6 with a newer docker version than on RedHat 8.5. Please see this comment for details.

Cheers

Jens