What does child processes mean?
In a computer program a process is the job that the code runs to do a task. A child process is a process started by the parent process and typically inherits the parents environment. An orphaned process is a child process whose parent has died, and a zombie process is an unresponsive process
Thanks... So Brave has a bunch of offspring programs that block stuff but use up a lot of memory. Am I right?