`
root@liumou-PC:~# docker run -it -d --name halo -p 8090:8090 halohub/halo:2.0.0
a646cbe033d8e14b588f4d486559754f8d3d18979bb47e0cf19142ca9703f317
root@liumou-PC:~# docker logs -f halo
[0.002s][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_pid6.log
root@liumou-PC:~#
`