When the ARM test environment is running a GO program,I found that the program will create a new child process frequently, and the new child process will soon be over quickly, in cycles.What is the reason for the frequent creations and terminations?
ldb 11567 11518 0 9月09 ? 00:23:37 ./crius --master_ip 192.168.9.17 --master_port 18801
ldb 1559828 11567 0 17:59 ? 00:00:00 ./crius --master_ip 192.168.9.17 --master_port 18801
ldb 11567 11518 0 9月09 ? 00:23:37 ./crius --master_ip 192.168.9.17 --master_port 18801
ldb 1553480 11567 0 17:57 ? 00:00:00 ./crius --master_ip 192.168.9.17 --master_port 18801
os info:
Linux node009017 4.19.90-17.ky10.aarch64 #1 SMP Sun Jun 28 14:27:40 CST 2020 aarch64 aarch64 aarch64 GNU/Linux
Thanks!