-
**Describe the enhancement:**
Automatically set GOMAXPROCS when Fleet Server is run in a container with a CFS quota set to minimize CPU throttling.
See https://github.com/elastic/apm-server/issues…
-
### Feature Description
While k6 itself does take the number of CPUs into account, e.g. at https://github.com/grafana/k6/blob/f49504674362639fa312d9b5bd8ecf8d8f93ddbd/execution/scheduler.go#L268 (pla…
-
etcd by default runs single-threaded unless you set the GOMAXPROCS environment variable to something other than 1. It might be worth explicitly setting this to something like the number of cores on th…
-
### What is the problem you're trying to solve
solve the problem of long execution time for CNI which under the NUMA architecture, especially on a large number of core, as shown below
the node numa …
-
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…
-
See https://github.com/rqlite/rqlite/discussions/1804
-
### Describe the question
When I request a large trace I get a Query error
![20240820-174132](https://github.com/user-attachments/assets/c9f67a65-6cd0-4899-af8e-305943ecd863)
```
trace_by_…
-
```
What steps will reproduce the problem?
1. Compile the attached file with the following line uncommented on a multicore
machine:
_ = runtime.GOMAXPROCS( runtime.NumCPU() );
2. Run the binary.
Wha…
-
```
What steps will reproduce the problem?
1. Compile the attached file with the following line uncommented on a multicore
machine:
_ = runtime.GOMAXPROCS( runtime.NumCPU() );
2. Run the binary.
Wha…
-
Maybe it's just me, but it seems that calling flag.Parse() in redis.go/init() is causing my other flags to get ignored, maybe because this package loads before the "main" package? (I'm new to Go, so c…
tpjg updated
12 years ago