Posted in

Go程序在容器中OOM被杀?不是内存泄漏,而是cgroup v1/v2 + Linux内核OOM Killer策略与Go GC协同失效的深度归因

第一章:Go程序在容器中OOM被 … Go程序在容器中OOM被杀?不是内存泄漏,而是cgroup v1/v2 + Linux内核OOM Killer策略与Go GC协同失效的深度归因Read more

Posted in

【Go云原生部署军规】:K8s中Pod OOMKilled的11种Go runtime配置误配(GOGC/GOMAXPROCS/GODEBUG实测阈值表)

第一章:Go云原生部署军规导论 … 【Go云原生部署军规】:K8s中Pod OOMKilled的11种Go runtime配置误配(GOGC/GOMAXPROCS/GODEBUG实测阈值表)Read more

Posted in

Go程序在K8s里OOMKilled?用go tool compile -gcflags=”-m=2″ + memory profiler定位逃逸分析失效点

第一章:Go语言如何编译和调试 … Go程序在K8s里OOMKilled?用go tool compile -gcflags=”-m=2″ + memory profiler定位逃逸分析失效点Read more