|
|
|
|
|
by darksaints
3996 days ago
|
|
Does anybody here have any experience with Go's garbage collection pauses with large stack sizes? I've got a scala app that regularly consumes about 48G of ram, and I'm very happy with the response times during heavy loads like this, but the P99.5 is abysmal because of garbage collection. I've tried tuning it, but it doesn't seem like anything I do helps. I'll probably end up using an Azul JVM but I'm curious how other languages end up handling this problem. |
|
http://blog.golang.org/qihoo
the new garbage collector in 1.5 should improve things.