go - Golang Virtual Memory - heroku -


using gorelic plugin, i've noticed virtual memory on heroku dyno steadily climbing though memory usage looks fine. virtual memory never appears exceed 1000m, when gets close start notice performance degradation.

i've used pprof profile memory usage of app , looks it's free of leaks. also, i've read suggests go reserve large blocks of virtual memory , it's nothing worry about.

is possible large virtual memory usage affecting performance on 1x heroku dyno? need use 2x dynos because go memory hog? possible configure go uses less virtual memory?

thanks!


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -