How do I control the number of processes that electron applies in the task manager?

Clone https://github.com/electron/e. and start the application. You will find that the system has started three processes. It is guessed that these three processes are the main process, the main process auxiliary process, and the rendering process.

Screenshot of the task manager is as follows:

clipboard.png

requirements want to merge these electron processes. Is there any way to do that? Thank you


have you solved your problem? I also want to know how to solve this

Menu