ptrjeffrey opened a new issue, #14198: URL: https://github.com/apache/dolphinscheduler/issues/14198
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened OS: ubuntu20.04.6 deploymnet: pseudo docker-compose configuration: VM 4Core8G 32G SSD follow the official docs step-by-step all the components which the name start with dolphinscheduler were killed. only zk and pg were normal. logs ``` NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS docker-dolphinscheduler-alert-1 apache/dolphinscheduler-alert-server:3.1.6 "/bin/bash ./bin/sta…" dolphinscheduler-alert 35 seconds ago Exited (1) 32 seconds ago docker-dolphinscheduler-api-1 apache/dolphinscheduler-api:3.1.6 "/bin/bash ./bin/sta…" dolphinscheduler-api 35 seconds ago Exited (1) 26 seconds ago docker-dolphinscheduler-master-1 apache/dolphinscheduler-master:3.1.6 "/bin/bash ./bin/sta…" dolphinscheduler-master 35 seconds ago Exited (1) 26 seconds ago docker-dolphinscheduler-postgresql-1 bitnami/postgresql:11.11.0 "/opt/bitnami/script…" dolphinscheduler-postgresql 35 seconds ago Up 33 seconds (healthy) 0.0.0.0:5432->5432/tcp, :::5432->5432/tcp docker-dolphinscheduler-schema-initializer-1 apache/dolphinscheduler-tools:3.1.6 "/bin/bash tools/bin…" dolphinscheduler-schema-initializer 34 hours ago Exited (1) 34 hours ago docker-dolphinscheduler-worker-1 apache/dolphinscheduler-worker:3.1.6 "/bin/bash ./bin/sta…" dolphinscheduler-worker 35 seconds ago Exited (1) 26 seconds ago docker-dolphinscheduler-zookeeper-1 bitnami/zookeeper:3.6.2 "/opt/bitnami/script…" dolphinscheduler-zookeeper 35 seconds ago Up 33 seconds (healthy) 2181/tcp, 2888/tcp, 3888/tcp, 8080/tcp ``` docker logs ``` docker logs -f docker-dolphinscheduler-api-1 # # There is insufficient memory for the Java Runtime Environment to continue. # Cannot create GC thread. Out of system resources. # An error report file with more information is saved as: # /opt/dolphinscheduler/hs_err_pid8.log ``` ### What you expected to happen every component was running ### How to reproduce not sure.on my laptop, it always happens. ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
