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
docker-compose up --build --force-recreate results in:
Creating graylog_graylog_1 ... done
Attaching to graylog_graylog_1
graylog_1 | #
graylog_1 | # There is insufficient memory for the Java Runtime Environment to continue.
graylog_1 | # Cannot create GC thread. Out of system resources.
graylog_1 | # An error report file with more information is saved as:
graylog_1 | # /usr/share/graylog/hs_err_pid7.log
docker logs -f graylog_graylog_1 shows the core dump:
Versions up to 4.3.3 worked fine for me.
After upgrading to 4.3.4, 4.3.5 or 4.3.6 I got core dumps.
I stripped down my docker-compose.yml to the bare minimum, and even this does not work:
docker-compose up --build --force-recreate
results in:docker logs -f graylog_graylog_1
shows the core dump:Reverting back to 4.3.3 shows no errors at all.
Please advise.
The text was updated successfully, but these errors were encountered: