-
This is a breaking change so will be in v~3~ 4.
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (go version)?
```
$ go version
go version go1.6.1 gccgo (GCC) 6.1.1 20160602 linux…
-
### What version of Go are you using (`go version`)?
go1.7.3
### What operating system and processor architecture are you using (`go env`)?
linux/amd64; [Xeon E5-2670](https://ark.intel.com/produ…
-
When `bgsweep` yields, it puts itself on the global run queue. When its P looks for work, the P finds that same goroutine in the global run queue before considering other Ps' local run queues. This re…
-
### What version of Go are you using (`go version`)?
Go 1.13
$ go version
go version go1.13 linux/amd64
### Does this issue reproduce with the latest release?
I made similar obsve…
flxkl updated
2 years ago
-
This is a speculative idea from discussion with @aclements. Jotting it down so it doesn't get lost and to open discussion.
Spinning off many goroutines that grow their stack and then exit can be a …
-
Today, it's possible (though unlikely) that goroutines may allocate beyond the hard heap goal.
Consider the following scenario:
1. A goroutine (G1) spins, making many large allocations in a loop…
-
The `/sched/latencies:seconds` metric is a sampled view into how long goroutines need to wait after becoming runnable before they receive on-CPU time. I propose adding another metric, tentatively name…
rhysh updated
9 months ago
-
Since Golang already provides goroutines and channels. Is there a way to have a memory broker for development that only works with native Golang goroutines?
-
Hi,
**Bug report**
I faced with a problem that application crashes due to high memory consuming trying to resize multiple images when spawning goroutines. A docker container exits with code 139.
…