Does garbage collector properly dipose of os/spawn
ed processes?
#1384
Replies: 2 comments
-
Apparently, if I don't manually close spawned processes, CPU consumption skyrockets, and orphaned spanwed processes with attached streams aren't closed by garbage collector. Am I correct? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is turned into an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does it if I don't close it?
A spawned process can have streams attached to it.
Beta Was this translation helpful? Give feedback.
All reactions