runtime: false-sharing observed on mheap for high core count environment #62472
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I benchmarked MinIO with master version of go runtime.
Server: https://github.com/minio/minio
Client: https://github.com/minio/warp
Configuration:
What did you expect to see?
No significant false-sharing
What did you see instead?
While pin MinIO server with high core count, significant false-sharing observed.
While pin MinIO with 100 CPU cores(0-99), Pin warp with 12 CPU Core(100-111) perf c2c result as below(omited some minor info)
The text was updated successfully, but these errors were encountered: