pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
460 stars 227 forks source link

# There is insufficient memory for the Java Runtime Environment to continue. # Cannot create worker GC thread. Out of system resources. #216

Open zlcolin opened 2 months ago

zlcolin commented 2 months ago

flink

jobmanager: container_name: "${PINPOINT_FLINK_NAME}-jobmanager" image: "pinpointdocker/pinpoint-flink:${PINPOINT_VERSION}" expose:

docker logs pinpoint-flink-jobmanager

Starting Job Manager [ERROR] The execution result is empty. [ERROR] Could not get JVM parameters and dynamic configurations properly. [ERROR] Raw output from BashJavaUtils: [0.009s][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: /opt/flink/hs_err_pid147.log [0.003s][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: /opt/flink/hs_err_pid269.log

How much resources and jvm parameter need? Any comments please...