bitflicker64 commented on issue #3072:
URL: https://github.com/apache/hugegraph/issues/3072#issuecomment-4828577015

   @dosu just to confirm — this is not a HugeGraph code issue. The 
pthread_create failed (EPERM) error is caused by the Docker host's seccomp 
profile blocking the clone syscall that the JVM needs to spawn GC threads at 
startup. HugeGraph's Docker image is fine; the same image works on most hosts. 
The fix is host-side: running with --security-opt seccomp=unconfined lifts the 
restriction and lets the JVM create threads normally. Can you confirm this 
diagnosis and whether there's anything we should add to the docs or image to 
surface a clearer error message for users hitting this?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to