java -Djarmode=layertools -jar application.jar extract 报错

  • Post author:
  • Post category:java

$ java -Djarmode=layertools -jar application.jar extract
  
[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:
#application/hs_err_pid8.log
  
$ java -jar application.jar
…同样报错

触发场景:dind + eclipse-temurin:11-jre
更换镜像后正常:dind + adoptopenjdk:11-jre-hotspot-focal

free检查内存正常、非dind直接使用该镜像(eclipse-temurin:11-jre )也正常。
原因未知


版权声明:本文为weixin_44677487原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。