-
The logic to read the core count from cgroups is very valuable. In some settings it might be desirable to read the value but not set GOMAXPROCS with it. This issue requests that `maxprocs` subpackage …
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12.1 linux/amd64
### Does this issue reproduce with the latest release?
yes
### What operating sys…
-
### What version of Go are you using (`go version`)?
$ go version
tip
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architectu…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
*…
-
Could be limited in scope to the P2P tests, and perhaps set a low `GOMAXPROCS` env var.
-
```
func main3() {
var n uint64
if *ngoroutines == 0 {
n = uint64(runtime.GOMAXPROCS(0))
} else {
n = uint64(*ngoroutines)
}
fmt.Println("GOMAXPROCS", n)
result := make(chan u…
-
All pods currently run without resource constraints, which makes kubernetes a bit bad at doing it's job
-
Unlike Kubernetes, ECS only allows you to apply a CPU quota at the task (pod) level. Containers in the task are always unbounded.
For example, when `cpu: 1024` (1 vCPU) is provided in the task def…
-
- no imports from syscall, os
- GOMAXPROCS=1
- maybe ban import runtime?
-
环境:
RedisShake Version:latest
Redis Source Version:6.2.12
Redis Destination Version:6.2.12
Redis 部署方式(standalone/cluster/sentinel):standalone -> sentinel
报错如下:
2024-10-10 15:49:39 INF load confi…