source-academy / go-slang

Implementation of Go
Apache License 2.0
0 stars 1 forks source link

Memory management when creating goroutines using a loop with many iterations #36

Open chengda300 opened 6 days ago

chengda300 commented 6 days ago

When creating too many goroutines in a process, it throws a memory error.