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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -