Friendly reminder to set your GOMAXPROCS env variable if your building apps in go, especially in a container environment.

I did notice some problems with response time and increased CPU and Memory usage. After some blog posts did I find GOMAXPROCS, no we're back to normal

#golang
Post image

Comments