Re: [go-nuts] [long STW] I have a problem with STW, which PauseNs max > 4s

2019-12-12 Thread kcn test
Thank you for your help! Wojciech S. Czarnecki 于2019年12月12日周四 下午4:30写道: > On Wed, 11 Dec 2019 00:20:16 -0800 (PST) > kcn wrote: > > > go version = 1.9 > This Go version is no longer supported. That's why you did not get other > answers yet. > > > I know golang's STW is very efficient,but I

Re: [go-nuts] [long STW] I have a problem with STW, which PauseNs max > 4s

2019-12-12 Thread Wojciech S. Czarnecki
On Wed, 11 Dec 2019 00:20:16 -0800 (PST) kcn wrote: > go version = 1.9 This Go version is no longer supported. That's why you did not get other answers yet. > I know golang's STW is very efficient,but I don't know what happens about > this, > when I restart the program, everything returns

[go-nuts] [long STW] I have a problem with STW, which PauseNs max > 4s

2019-12-11 Thread kcn
go version = 1.9 system: centos6 cpu: Intel(R) Xeon(R) CPU E5-2682 v4 @ 2.50GHz ram: 256G When I just start the program is normal, but after a week, I have got a serious problem. use this command: curl -s http://localhost:6060/debug/pprof/heap?debug=1 | grep -A 100 runtime.MemStats #