Closed
Description
- What version of Go are you using (
go version
)?
go 1.5.3/1.6 linux amd64 - What operating system and processor architecture are you using (
go env
)?
Trusty - What did you do?
I have an HTTPS proxy which uses cgo to work with a storage system.
If the app is built using 1.5.3 memory usage is much lower than when go1.6 is used.
gtraces were colelcted for both cases and are provided below. In both of themruntime.GC()
is called every second. Evengocheck=2
does not lead to crash.
1.5.3:
gc 4 @0.714s 0%: 0.16+0.50+3.8+9.9+0.17 ms clock, 0.64+0.50+0+0.007/3.4/10+0.69 ms cpu, 3->3->3 MB, 3 MB goal, 32 P
gc 5 @0.731s 0%: 0.029+0.98+1.5+8.6+0.28 ms clock, 0.11+0.98+0+0/0.018/4.4+1.1 ms cpu, 4->4->3 MB, 4 MB goal, 32 P
gc 6 @0.755s 0%: 0.47+0.29+2.5+2.9+0.30 ms clock, 1.9+0.29+0+0.031/0.036/4.7+1.2 ms cpu, 5->5->4 MB, 5 MB goal, 32 P
gc 7 @0.787s 0%: 0.50+0.41+4.5+0.18+0.35 ms clock, 2.0+0.41+0+0/0.021/4.3+1.4 ms cpu, 7->7->6 MB, 7 MB goal, 32 P
gc 8 @0.826s 0%: 0.50+0.36+1.8+9.9+0.40 ms clock, 2.0+0.36+0+0.015/0.34/8.9+1.6 ms cpu, 9->9->7 MB, 8 MB goal, 32 P
gc 9 @0.867s 0%: 0.49+0.57+0.026+10+0.32 ms clock, 1.9+0.57+0+0/5.2/3.9+1.3 ms cpu, 10->11->10 MB, 10 MB goal, 32 P
gc 10 @0.920s 0%: 0.082+0.74+2.4+1.7+0.36 ms clock, 0.33+0.74+0+0/3.1/8.7+1.4 ms cpu, 13->13->11 MB, 13 MB goal, 32 P
gc 11 @0.991s 0%: 0.57+0.34+0.83+2.4+0.63 ms clock, 2.2+0.34+0+0.007/8.8/4.9+2.5 ms cpu, 16->16->13 MB, 16 MB goal, 32 P
gc 12 @1.128s 0%: 0.072+0.39+2.8+0.12+0.44 ms clock, 0.29+0.39+0+0.028/0.008/5.2+1.7 ms cpu, 20->20->13 MB, 20 MB goal, 32 P
gc 13 @1.286s 0%: 0.090+0.32+0.024+6.0+0.67 ms clock, 0.36+0.32+0+0/6.5/3.9+2.7 ms cpu, 19->19->11 MB, 20 MB goal, 32 P
gc 14 @1.425s 0%: 0.046+0.31+0.014+1.6+0.33 ms clock, 0.18+0.31+0+0.007/1.9/4.2+1.3 ms cpu, 17->17->9 MB, 17 MB goal, 32 P
gc 15 @1.570s 0%: 0.047+0.42+0.036+2.7+0.60 ms clock, 0.19+0.42+0+0/2.5/3.1+2.4 ms cpu, 14->14->8 MB, 14 MB goal, 32 P
gc 16 @1.668s 0%: 0.046+0.48+0.012+2.3+0.43 ms clock, 0.18+0.48+0+0/3.4/6.2+1.7 ms cpu, 12->12->8 MB, 13 MB goal, 32 P
gc 17 @1.772s 0%: 0.045+0.32+5.0+0.19+0.29 ms clock, 0.18+0.32+0+0/0.068/6.3+1.1 ms cpu, 12->12->7 MB, 12 MB goal, 32 P
gc 18 @1.846s 0%: 0.046+0.34+0.094+3.1+0.42 ms clock, 0.18+0.34+0+0.022/8.1/3.9+1.6 ms cpu, 10->10->6 MB, 10 MB goal, 32 P
gc 19 @1.922s 0%: 0.046+0.32+2.1+0.14+0.34 ms clock, 0.18+0.32+0+0/0.017/6.3+1.3 ms cpu, 9->9->5 MB, 9 MB goal, 32 P
gc 20 @1.978s 0%: 0.079+0.42+0.022+2.2+0.48 ms clock, 0.31+0.42+0+0/4.3/2.2+1.9 ms cpu, 7->7->4 MB, 7 MB goal, 32 P
gc 21 @2.029s 0%: 0.076+0.29+0.019+2.4+0.34 ms clock, 0.30+0.29+0+0/2.4/4.5+1.3 ms cpu, 6->6->3 MB, 6 MB goal, 32 P
gc 22 @2.069s 0%: 0.052+0.36+3.0+2.5+0.35 ms clock, 0.20+0.36+0+0.56/5.9/8.4+1.4 ms cpu, 5->5->4 MB, 5 MB goal, 32 P
gc 23 @2.118s 0%: 0.064+0.31+0.047+2.3+0.30 ms clock, 0.25+0.31+0+0.099/2.2/4.2+1.2 ms cpu, 5->5->3 MB, 5 MB goal, 32 P
gc 24 @2.150s 0%: 0.39+2.5+7.6+0.16+13 ms clock, 1.5+2.5+0+2.5/0.027/10+52 ms cpu, 5->5->3 MB, 5 MB goal, 32 P
gc 25 @2.241s 0%: 7.4+4.0+0.009+0.25+0.43 ms clock, 29+4.0+0+6.0/0.030/0.020+1.7 ms cpu, 14->14->13 MB, 5 MB goal, 32 P
gc 26 @2.255s 0%: 0.90+1.3+1.8+0.23+0.40 ms clock, 3.6+1.3+0+1.5/0.14/6.9+1.6 ms cpu, 14->15->14 MB, 19 MB goal, 32 P
gc 27 @2.270s 0%: 0.10+3.3+0.48+0.19+1.7 ms clock, 0.42+3.3+0+0.76/0.20/7.2+6.9 ms cpu, 16->17->17 MB, 21 MB goal, 32 P
gc 28 @2.285s 0%: 8.2+0.90+0.046+8.4+0.66 ms clock, 33+0.90+0+8.6/49/0.035+2.6 ms cpu, 28->39->39 MB, 24 MB goal, 32 P
gc 29 @2.305s 0%: 0.24+8.3+0.59+0.24+0.52 ms clock, 0.98+8.3+0+15/0.010/0.58+2.1 ms cpu, 40->72->72 MB, 42 MB goal, 32 P
gc 30 @2.321s 0%: 0.67+5.0+0.45+0.27+0.76 ms clock, 2.7+5.0+0+12/0.001/2.0+3.0 ms cpu, 105->116->106 MB, 60 MB goal, 32 P
gc 31 @2.331s 0%: 0.21+1.5+11+1.0+0.95 ms clock, 0.85+1.5+0+0.057/0.002/18+3.8 ms cpu, 107->118->118 MB, 142 MB goal, 32 P
gc 32 @2.385s 0%: 0.19+2.1+0.004+3.5+0.44 ms clock, 0.78+2.1+0+0/4.0/8.9+1.7 ms cpu, 130->130->70 MB, 160 MB goal, 32 P
gc 33 @2.533s 0%: 0.073+6.0+0.016+1.2+0.52 ms clock, 0.29+6.0+0+0/1.8/11+2.1 ms cpu, 98->98->73 MB, 105 MB goal, 32 P
gc 34 @2.595s 0%: 16+12+0.95+0.51+0.75 ms clock, 66+12+0+7.7/0.006/1.8+3.0 ms cpu, 116->146->131 MB, 110 MB goal, 32 P
gc 35 @2.629s 0%: 7.9+6.2+0.87+0.33+0.63 ms clock, 31+6.2+0+3.6/0.008/12+2.5 ms cpu, 142->144->132 MB, 152 MB goal, 32 P
gc 36 @2.694s 0%: 0.24+16+4.1+0.19+0.93 ms clock, 0.99+16+0+8.2/0.036/9.7+3.7 ms cpu, 184->185->151 MB, 196 MB goal, 32 P
gc 37 @2.829s 0%: 0.066+6.2+0.16+0.13+0.58 ms clock, 0.26+6.2+0+0/0.012/18+2.3 ms cpu, 227->227->165 MB, 226 MB goal, 32 P
gc 38 @2.979s 0%: 0.12+4.8+1.5+6.9+5.6 ms clock, 0.50+4.8+0+0.20/21/16+22 ms cpu, 245->246->125 MB, 247 MB goal, 32 P
gc 39 @3.055s 0%: 15+2.9+5.7+3.4+0.85 ms clock, 61+2.9+0+17/12/0.020+3.4 ms cpu, 190->190->144 MB, 187 MB goal, 32 P
gc 40 @3.150s 0%: 8.7+0+0+0+7.5 ms clock, 34+0+0+17/12/0.020+30 ms cpu, 176->176->141 MB, 176 MB goal, 32 P (forced)
gc 41 @3.225s 0%: 6.5+17+0.080+0.24+0.64 ms clock, 26+17+0+19/0.042/27+2.5 ms cpu, 206->217->170 MB, 211 MB goal, 32 P
gc 42 @3.402s 0%: 4.0+8.7+5.8+0.38+0.68 ms clock, 16+8.7+0+7.7/0.17/20+2.7 ms cpu, 229->240->169 MB, 239 MB goal, 32 P
gc 43 @3.587s 0%: 6.8+6.8+1.4+0.42+0.59 ms clock, 27+6.8+0+10/0.012/20+2.3 ms cpu, 233->234->161 MB, 237 MB goal, 32 P
gc 44 @3.816s 0%: 5.2+29+0.29+0.18+0.66 ms clock, 20+29+0+26/0.005/11+2.6 ms cpu, 243->274->101 MB, 241 MB goal, 32 P
gc 45 @3.860s 0%: 0.73+9.1+0.51+0.29+0.78 ms clock, 2.9+9.1+0+9.3/0.016/10+3.1 ms cpu, 102->103->90 MB, 104 MB goal, 32 P
gc 46 @3.973s 0%: 6.1+3.3+11+0.30+0.84 ms clock, 24+3.3+0+20/0.67/8.5+3.3 ms cpu, 134->135->89 MB, 133 MB goal, 32 P
gc 47 @4.167s 0%: 0.054+0+0+0+9.3 ms clock, 0.21+0+0+20/0.67/8.5+37 ms cpu, 119->119->58 MB, 119 MB goal, 32 P (forced)
gc 48 @4.240s 0%: 5.6+4.0+0.68+0.36+0.42 ms clock, 22+4.0+0+6.7/1.2/6.0+1.6 ms cpu, 90->90->87 MB, 86 MB goal, 32 P
gc 49 @4.380s 0%: 4.8+5.2+0.54+0.35+0.60 ms clock, 19+5.2+0+4.5/0.006/7.2+2.4 ms cpu, 124->125->58 MB, 130 MB goal, 32 P
gc 50 @4.482s 0%: 0.060+5.8+0.017+0.33+0.50 ms clock, 0.24+5.8+0+0/0.11/13+2.0 ms cpu, 86->86->29 MB, 87 MB goal, 32 P
gc 51 @4.606s 0%: 4.4+5.6+0.096+0.15+0.59 ms clock, 17+5.6+0+3.4/0.004/12+2.3 ms cpu, 52->53->48 MB, 43 MB goal, 32 P
gc 52 @4.688s 0%: 0.071+6.6+0.23+0.20+0.55 ms clock, 0.28+6.6+0+0/0.010/25+2.2 ms cpu, 61->62->49 MB, 71 MB goal, 32 P
gc 53 @4.715s 0%: 5.2+3.8+1.1+0.26+0.51 ms clock, 21+3.8+0+3.7/0.023/8.7+2.0 ms cpu, 69->70->68 MB, 73 MB goal, 32 P
gc 54 @4.750s 0%: 6.5+7.5+0.11+0.22+0.34 ms clock, 26+7.5+0+11/0.014/0.30+1.3 ms cpu, 100->100->79 MB, 101 MB goal, 32 P
gc 55 @4.892s 0%: 6.1+10+0.10+0.53+1.6 ms clock, 24+10+0+7.5/0.026/8.1+6.5 ms cpu, 124->134->78 MB, 118 MB goal, 32 P
gc 56 @4.939s 0%: 0.068+2.7+2.0+0.24+0.75 ms clock, 0.27+2.7+0+0.011/0.025/27+3.0 ms cpu, 90->90->77 MB, 102 MB goal, 32 P
gc 57 @5.033s 0%: 6.2+8.4+0.74+0.39+0.60 ms clock, 25+8.4+0+7.2/0.37/8.7+2.4 ms cpu, 123->133->97 MB, 116 MB goal, 32 P
gc 58 @5.162s 0%: 5.6+10+1.3+0.26+0.62 ms clock, 22+10+0+4.1/0.025/5.8+2.4 ms cpu, 124->126->79 MB, 131 MB goal, 32 P
gc 59 @5.182s 0%: 0.092+0+0+0+6.8 ms clock, 0.37+0+0+4.1/0.025/5.8+27 ms cpu, 79->79->79 MB, 79 MB goal, 32 P (forced)
gc 60 @5.281s 0%: 0.13+2.9+1.2+10+0.81 ms clock, 0.52+2.9+0+2.9/30/11+3.2 ms cpu, 123->144->99 MB, 118 MB goal, 32 P
gc 61 @5.330s 0%: 0.11+3.2+1.6+0.44+0.38 ms clock, 0.44+3.2+0+0.015/0.93/13+1.5 ms cpu, 102->102->80 MB, 118 MB goal, 32 P
gc 62 @5.438s 0%: 4.6+4.4+9.6+0.41+0.53 ms clock, 18+4.4+0+7.9/0.018/10+2.1 ms cpu, 126->127->100 MB, 121 MB goal, 32 P
gc 63 @5.640s 0%: 0.29+9.9+0.63+0.15+0.48 ms clock, 1.1+9.9+0+0.12/0.049/21+1.9 ms cpu, 143->145->85 MB, 150 MB goal, 32 P
gc 64 @5.716s 0%: 6.1+9.1+4.4+0.27+0.45 ms clock, 24+9.1+0+6.6/0.025/8.7+1.8 ms cpu, 130->140->113 MB, 125 MB goal, 32 P
gc 65 @5.869s 0%: 0.13+5.8+0.030+0.47+0.45 ms clock, 0.53+5.8+0+0/0.67/8.2+1.8 ms cpu, 148->148->51 MB, 154 MB goal, 32 P
gc 66 @5.935s 0%: 1.4+12+4.6+0.43+0.69 ms clock, 5.7+12+0+8.4/0.056/15+2.7 ms cpu, 84->95->70 MB, 76 MB goal, 32 P
gc 67 @5.959s 0%: 6.3+10+0.039+0.77+0.42 ms clock, 25+10+0+12/1.2/1.8+1.6 ms cpu, 80->81->58 MB, 89 MB goal, 32 P
gc 68 @6.051s 0%: 5.4+5.0+3.3+0.35+0.82 ms clock, 21+5.0+0+9.0/0.022/3.0+3.2 ms cpu, 91->92->58 MB, 86 MB goal, 32 P
gc 69 @6.148s 0%: 2.3+11+2.3+0.16+0.42 ms clock, 9.5+11+0+1.5/0.023/35+1.6 ms cpu, 81->91->66 MB, 85 MB goal, 32 P
gc 70 @6.180s 0%: 5.5+3.1+8.6+0.74+2.5 ms clock, 22+3.1+0+13/0.070/3.6+10 ms cpu, 87->98->98 MB, 85 MB goal, 32 P
gc 71 @6.204s 0%: 1.1+0+0+0+12 ms clock, 4.5+0+0+13/0.070/3.6+51 ms cpu, 98->98->87 MB, 98 MB goal, 32 P (forced)
gc 72 @6.263s 1%: 5.0+16+0.10+0.91+0.56 ms clock, 20+16+0+28/1.2/2.3+2.2 ms cpu, 122->133->90 MB, 131 MB goal, 32 P
gc 73 @6.297s 1%: 8.9+27+0.12+0.23+0.78 ms clock, 35+27+0+17/0.021/8.8+3.1 ms cpu, 110->143->141 MB, 118 MB goal, 32 P
gc 74 @6.344s 1%: 3.3+6.5+4.8+0.61+0.82 ms clock, 13+6.5+0+6.6/0.27/19+3.2 ms cpu, 151->152->128 MB, 162 MB goal, 32 P
gc 75 @6.502s 1%: 4.0+15+7.9+6.4+0.95 ms clock, 16+15+0+9.7/0.60/0.72+3.8 ms cpu, 193->234->149 MB, 191 MB goal, 32 P
gc 76 @6.541s 1%: 5.6+28+5.6+1.6+0.86 ms clock, 22+28+0+26/0.001/6.7+3.4 ms cpu, 160->222->222 MB, 163 MB goal, 32 P
gc 77 @6.585s 1%: 4.8+33+0.84+0.22+0.86 ms clock, 19+33+0+19/0.003/1.7+3.4 ms cpu, 232->256->215 MB, 239 MB goal, 32 P
gc 78 @6.718s 1%: 2.9+15+0.12+0.47+0.59 ms clock, 11+15+0+17/0.006/18+2.3 ms cpu, 292->313->212 MB, 287 MB goal, 32 P
gc 79 @6.957s 1%: 4.2+7.9+1.1+0.21+0.52 ms clock, 16+7.9+0+14/0.034/1.0+2.0 ms cpu, 290->291->98 MB, 287 MB goal, 32 P
gc 80 @7.178s 1%: 2.1+7.1+6.9+0.49+0.67 ms clock, 8.7+7.1+0+5.1/0.20/21+2.6 ms cpu, 147->157->89 MB, 147 MB goal, 32 P
gc 81 @7.223s 1%: 0.15+0+0+0+8.4 ms clock, 0.63+0+0+5.1/0.20/21+33 ms cpu, 90->90->78 MB, 90 MB goal, 32 P (forced)
gc 82 @7.324s 1%: 4.7+6.4+0.091+0.23+0.72 ms clock, 19+6.4+0+5.1/0.19/12+2.8 ms cpu, 115->115->88 MB, 117 MB goal, 32 P
gc 83 @7.485s 1%: 2.0+4.4+0.39+0.22+0.47 ms clock, 8.0+4.4+0+4.2/0.011/5.5+1.8 ms cpu, 133->133->88 MB, 131 MB goal, 32 P
gc 84 @7.576s 1%: 2.7+10+0.16+0.32+0.59 ms clock, 11+10+0+6.3/0.009/15+2.3 ms cpu, 132->143->108 MB, 131 MB goal, 32 P
gc 85 @7.654s 1%: 2.9+7.0+0.045+0.20+0.45 ms clock, 11+7.0+0+6.0/0.058/9.8+1.8 ms cpu, 139->140->97 MB, 146 MB goal, 32 P
gc 86 @7.744s 1%: 0.16+5.7+5.9+0.21+0.60 ms clock, 0.64+5.7+0+0.42/0.001/19+2.4 ms cpu, 141->152->99 MB, 145 MB goal, 32 P
gc 87 @7.797s 1%: 4.0+6.4+0.008+0.25+0.40 ms clock, 16+6.4+0+1.0/0.071/15+1.6 ms cpu, 129->130->108 MB, 132 MB goal, 32 P
gc 88 @7.932s 1%: 3.2+6.3+0.10+0.17+0.48 ms clock, 12+6.3+0+1.1/0.028/16+1.9 ms cpu, 164->164->108 MB, 161 MB goal, 32 P
gc 89 @8.236s 1%: 0.070+0+0+0+9.1 ms clock, 0.28+0+0+1.1/0.028/16+36 ms cpu, 147->147->47 MB, 147 MB goal, 32 P (forced)
gc 90 @8.270s 1%: 3.5+14+0.13+0.38+1.0 ms clock, 14+14+0+22/0.005/1.5+4.2 ms cpu, 70->72->70 MB, 70 MB goal, 32 P
gc 91 @8.499s 1%: 2.7+17+0.73+0.28+0.58 ms clock, 10+17+0+21/0.008/8.0+2.3 ms cpu, 107->128->87 MB, 102 MB goal, 32 P
gc 92 @8.523s 1%: 0.088+10+0.17+0.17+0.37 ms clock, 0.35+10+0+0.30/0.042/12+1.5 ms cpu, 88->89->89 MB, 100 MB goal, 32 P
gc 93 @8.644s 1%: 5.6+8.6+0.27+8.9+0.71 ms clock, 22+8.6+0+14/0.013/1.2+2.8 ms cpu, 135->145->89 MB, 131 MB goal, 32 P
gc 94 @8.899s 1%: 2.0+6.8+0.26+0.16+0.51 ms clock, 8.1+6.8+0+4.1/0.016/7.0+2.0 ms cpu, 116->117->47 MB, 118 MB goal, 32 P
gc 95 @8.999s 1%: 1.5+6.7+1.0+0.61+0.50 ms clock, 6.3+6.7+0+6.8/0.020/15+2.0 ms cpu, 73->74->49 MB, 69 MB goal, 32 P
gc 96 @9.097s 1%: 5.7+8.9+0.89+0.20+0.68 ms clock, 23+8.9+0+6.3/0.005/14+2.7 ms cpu, 73->74->48 MB, 73 MB goal, 32 P
gc 97 @9.133s 1%: 4.9+8.7+8.1+0.33+0.75 ms clock, 19+8.7+0+14/0.52/1.4+3.0 ms cpu, 69->79->79 MB, 71 MB goal, 32 P
gc 98 @9.200s 1%: 1.3+12+7.1+0.34+0.55 ms clock, 5.4+12+0+8.6/0.031/2.6+2.2 ms cpu, 100->112->59 MB, 102 MB goal, 32 P
gc 99 @9.246s 1%: 0.29+0+0+0+8.4 ms clock, 1.1+0+0+8.6/0.031/2.6+33 ms cpu, 60->60->48 MB, 60 MB goal, 32 P (forced)
gc 100 @9.400s 1%: 4.4+9.0+0.029+0.14+1.1 ms clock, 17+9.0+0+5.7/0.011/9.6+4.7 ms cpu, 75->85->58 MB, 72 MB goal, 32 P
gc 101 @9.419s 1%: 4.1+18+0.057+0.31+1.1 ms clock, 16+18+0+11/0.033/13+4.4 ms cpu, 68->89->79 MB, 72 MB goal, 32 P
gc 102 @9.446s 1%: 7.5+9.3+1.7+0.18+0.59 ms clock, 30+9.3+0+12/0.026/0.95+2.3 ms cpu, 89->89->59 MB, 87 MB goal, 32 P
gc 103 @9.568s 1%: 0.33+4.2+3.9+8.0+0.72 ms clock, 1.3+4.2+0+4.4/24/14+2.8 ms cpu, 84->86->34 MB, 88 MB goal, 32 P
gc 104 @9.660s 1%: 3.4+6.2+1.1+0.31+0.65 ms clock, 13+6.2+0+6.6/0.21/13+2.6 ms cpu, 51->52->42 MB, 47 MB goal, 32 P
gc 105 @9.706s 1%: 4.1+3.5+1.4+0.89+0.53 ms clock, 16+3.5+0+0.32/1.4/11+2.1 ms cpu, 63->63->49 MB, 63 MB goal, 32 P
gc 106 @9.775s 1%: 2.7+19+0.21+0.20+0.58 ms clock, 11+19+0+7.8/0.014/23+2.3 ms cpu, 70->91->59 MB, 73 MB goal, 32 P
gc 107 @9.800s 1%: 0.37+6.9+0.059+0.20+1.1 ms clock, 1.4+6.9+0+4.7/0.19/5.0+4.6 ms cpu, 60->60->49 MB, 58 MB goal, 32 P
gc 108 @9.840s 1%: 7.0+15+0.21+0.24+0.54 ms clock, 28+15+0+13/0.43/6.0+2.1 ms cpu, 82->93->72 MB, 74 MB goal, 32 P
gc 109 @9.870s 1%: 3.1+17+8.1+0.36+0.86 ms clock, 12+17+0+9.0/0.048/0.96+3.4 ms cpu, 83->104->92 MB, 92 MB goal, 32 P
gc 110 @9.920s 1%: 3.0+8.1+3.1+0.27+0.50 ms clock, 12+8.1+0+5.6/0.050/7.6+2.0 ms cpu, 102->102->78 MB, 105 MB goal, 32 P
gc 111 @10.033s 1%: 4.2+16+1.9+6.0+0.74 ms clock, 16+16+0+8.4/0.043/7.3+2.9 ms cpu, 123->145->48 MB, 118 MB goal, 32 P
gc 112 @10.065s 1%: 5.0+34+0.70+4.9+3.1 ms clock, 20+34+0+23/4.8/0.94+12 ms cpu, 58->60->60 MB, 41 MB goal, 32 P
gc 113 @10.134s 1%: 10+6.3+1.5+1.3+0.59 ms clock, 43+6.3+0+16/1.3/2.0+2.3 ms cpu, 93->94->73 MB, 88 MB goal, 32 P
1.6:
gc 4 @0.846s 0%: 1.0+7.4+0.32 ms clock, 4.0+0/0.83/2.3+1.2 ms cpu, 2->2->2 MB, 3 MB goal, 32 P
gc 5 @0.859s 0%: 0.14+7.9+0.82 ms clock, 0.56+0/1.6/3.6+3.3 ms cpu, 2->2->2 MB, 3 MB goal, 32 P
gc 6 @0.872s 0%: 0.073+2.6+0.42 ms clock, 0.29+0.47/2.2/2.0+1.7 ms cpu, 3->3->2 MB, 4 MB goal, 32 P
gc 7 @0.885s 0%: 0.022+11+0.39 ms clock, 0.089+0/12/3.9+1.5 ms cpu, 4->5->4 MB, 5 MB goal, 32 P
gc 8 @0.903s 0%: 0.013+2.2+0.30 ms clock, 0.053+0.068/4.0/0.16+1.2 ms cpu, 4->4->4 MB, 5 MB goal, 32 P
gc 9 @0.928s 0%: 0.017+2.7+0.30 ms clock, 0.070+0.007/2.4/2.6+1.2 ms cpu, 6->6->5 MB, 7 MB goal, 32 P
gc 10 @0.960s 0%: 0.018+5.4+0.34 ms clock, 0.073+0.13/1.4/5.5+1.3 ms cpu, 7->8->6 MB, 8 MB goal, 32 P
gc 11 @1.003s 0%: 0.029+3.1+0.30 ms clock, 0.11+0/5.8/1.0+1.2 ms cpu, 10->10->8 MB, 11 MB goal, 32 P
gc 12 @1.060s 0%: 0.041+4.9+0.36 ms clock, 0.16+0.71/6.0/0.73+1.4 ms cpu, 12->12->10 MB, 13 MB goal, 32 P
gc 13 @1.122s 0%: 3.4+3.1+0.36 ms clock, 13+2.6/2.9/0.078+1.4 ms cpu, 15->15->12 MB, 16 MB goal, 32 P
gc 14 @1.297s 0%: 0.028+2.3+0.33 ms clock, 0.11+0/5.1/0.98+1.3 ms cpu, 19->19->12 MB, 20 MB goal, 32 P
gc 15 @1.497s 0%: 0.027+1.8+0.14 ms clock, 0.11+0/6.0/2.3+0.59 ms cpu, 18->18->10 MB, 19 MB goal, 32 P
gc 16 @1.656s 0%: 0.028+2.1+0.30 ms clock, 0.11+1.4/3.6/2.3+1.2 ms cpu, 15->15->9 MB, 16 MB goal, 32 P
gc 17 @1.800s 0%: 0.029+2.7+0.36 ms clock, 0.11+2.0/2.5/1.7+1.4 ms cpu, 13->13->6 MB, 14 MB goal, 32 P
gc 18 @1.895s 0%: 0.025+3.2+0.16 ms clock, 0.10+0.19/2.6/3.1+0.64 ms cpu, 10->10->6 MB, 11 MB goal, 32 P
gc 19 @2.001s 0%: 0.027+7.6+0.32 ms clock, 0.10+0.21/2.5/7.4+1.2 ms cpu, 9->10->5 MB, 10 MB goal, 32 P
gc 20 @2.086s 0%: 0.025+2.3+1.0 ms clock, 0.10+0/4.2/3.1+4.2 ms cpu, 7->7->3 MB, 8 MB goal, 32 P
gc 21 @2.135s 0%: 0.024+2.0+0.16 ms clock, 0.097+0/6.4/0.78+0.67 ms cpu, 5->5->4 MB, 6 MB goal, 32 P
gc 22 @2.199s 0%: 0.023+2.7+0.30 ms clock, 0.094+0.26/9.5/1.9+1.2 ms cpu, 6->6->3 MB, 7 MB goal, 32 P
gc 23 @2.497s 0%: 0.019+1.9+0.34 ms clock, 0.079+0/6.8/2.0+1.3 ms cpu, 5->5->3 MB, 6 MB goal, 32 P
gc 24 @2.531s 0%: 0.38+5.0+0.33 ms clock, 1.5+0.61/7.1/0+1.3 ms cpu, 5->6->3 MB, 6 MB goal, 32 P
gc 25 @2.619s 0%: 0.016+1.9+0.50 ms clock, 0.066+1.2/4.0/0.97+2.0 ms cpu, 4->5->3 MB, 5 MB goal, 32 P
gc 26 @2.624s 0%: 0.28+2.8+0.56 ms clock, 1.1+3.3/4.3/0.37+2.2 ms cpu, 13->13->13 MB, 14 MB goal, 32 P
gc 27 @2.629s 0%: 0.14+3.0+0.62 ms clock, 0.59+0.032/7.0/0+2.4 ms cpu, 13->23->23 MB, 19 MB goal, 32 P
gc 28 @2.633s 0%: 0.17+3.7+0.68 ms clock, 0.70+0/6.2/0.084+2.7 ms cpu, 24->24->24 MB, 25 MB goal, 32 P
gc 29 @2.653s 0%: 0.10+6.1+0.71 ms clock, 0.40+1.1/9.2/0.35+2.8 ms cpu, 35->36->35 MB, 36 MB goal, 32 P
gc 30 @2.662s 0%: 0.24+8.7+0.41 ms clock, 0.96+1.0/28/0.085+1.6 ms cpu, 45->56->56 MB, 53 MB goal, 32 P
gc 31 @2.673s 0%: 0.12+6.9+0.49 ms clock, 0.49+0.062/8.0/0.10+1.9 ms cpu, 57->69->68 MB, 68 MB goal, 32 P
gc 32 @2.683s 0%: 0.45+12+0.62 ms clock, 1.8+0.081/23/0+2.5 ms cpu, 79->90->89 MB, 85 MB goal, 32 P
gc 33 @2.701s 0%: 0.42+4.2+0.53 ms clock, 1.7+2.3/17/0.36+2.1 ms cpu, 111->121->120 MB, 118 MB goal, 32 P
gc 34 @2.756s 0%: 0.36+25+6.5 ms clock, 0.72+0/31/0+13 ms cpu, 168->170->168 MB, 169 MB goal, 32 P
gc 35 @2.877s 0%: 16+18+1.0 ms clock, 66+0.067/25/0.087+4.0 ms cpu, 295->296->293 MB, 296 MB goal, 32 P
gc 36 @2.997s 0%: 0.27+10+1.1 ms clock, 1.1+0.26/22/0.12+4.4 ms cpu, 395->417->391 MB, 440 MB goal, 32 P
gc 37 @3.080s 0%: 0.31+9.3+0.91 ms clock, 1.2+0/23/0.096+3.6 ms cpu, 526->547->520 MB, 559 MB goal, 32 P
gc 38 @3.322s 0%: 0.12+9.2+0.92 ms clock, 0.50+0/20/0.11+3.7 ms cpu, 722->732->678 MB, 751 MB goal, 32 P
gc 39 @3.531s 0%: 1.2+0+11 ms clock, 5.1+0/20/0.11+46 ms cpu, 786->786->747 MB, 786 MB goal, 32 P (forced)
gc 40 @3.972s 0%: 0.13+10+1.6 ms clock, 0.53+0/46/0.16+6.4 ms cpu, 1102->1113->1034 MB, 1120 MB goal, 32 P
gc 41 @4.544s 0%: 0.17+0+15 ms clock, 0.70+0/46/0.16+60 ms cpu, 1371->1371->1180 MB, 1371 MB goal, 32 P (forced)
gc 42 @5.366s 0%: 0.53+27+1.6 ms clock, 2.1+0.005/52/0.25+6.5 ms cpu, 1750->1760->1555 MB, 1771 MB goal, 32 P
gc 43 @5.570s 0%: 8.4+0+15 ms clock, 33+0.005/52/0.25+61 ms cpu, 1711->1711->1647 MB, 1711 MB goal, 32 P (forced)
gc 44 @6.595s 0%: 0.10+0+21 ms clock, 0.40+0.005/52/0.25+87 ms cpu, 2346->2346->1998 MB, 2346 MB goal, 32 P (forced)
gc 45 @7.617s 0%: 0.12+0+18 ms clock, 0.49+0.005/52/0.25+72 ms cpu, 2587->2587->2313 MB, 2587 MB goal, 32 P (forced)
gc 46 @8.647s 0%: 1.1+0+23 ms clock, 4.6+0.005/52/0.25+95 ms cpu, 2747->2747->2449 MB, 2747 MB goal, 32 P (forced)
gc 47 @9.672s 0%: 0.39+0+22 ms clock, 1.5+0.005/52/0.25+89 ms cpu, 2786->2786->2507 MB, 2786 MB goal, 32 P (forced)
gc 48 @10.695s 0%: 3.1+0+28 ms clock, 12+0.005/52/0.25+113 ms cpu, 2939->2939->2670 MB, 2939 MB goal, 32 P (forced)
gc 49 @11.741s 0%: 0.19+0+31 ms clock, 0.76+0.005/52/0.25+127 ms cpu, 3143->3143->2823 MB, 3143 MB goal, 32 P (forced)
gc 50 @12.773s 0%: 0.28+0+29 ms clock, 1.1+0.005/52/0.25+117 ms cpu, 3153->3153->2886 MB, 3153 MB goal, 32 P (forced)
gc 51 @13.804s 0%: 0.20+0+31 ms clock, 0.81+0.005/52/0.25+125 ms cpu, 3365->3365->3054 MB, 3365 MB goal, 32 P (forced)
gc 52 @14.836s 0%: 0.34+0+29 ms clock, 1.3+0.005/52/0.25+119 ms cpu, 3637->3637->3391 MB, 3637 MB goal, 32 P (forced)
gc 53 @15.866s 0%: 0.21+0+26 ms clock, 0.84+0.005/52/0.25+107 ms cpu, 3725->3725->3438 MB, 3725 MB goal, 32 P (forced)
gc 54 @16.910s 0%: 1.6+0+34 ms clock, 6.6+0.005/52/0.25+137 ms cpu, 3996->3996->3641 MB, 3996 MB goal, 32 P (forced)
gc 55 @17.968s 0%: 0.15+0+31 ms clock, 0.60+0.005/52/0.25+124 ms cpu, 4020->4020->3700 MB, 4020 MB goal, 32 P (forced)
gc 56 @19.009s 0%: 0.31+0+32 ms clock, 1.2+0.005/52/0.25+128 ms cpu, 3927->3927->3668 MB, 3927 MB goal, 32 P (forced)
gc 57 @20.042s 0%: 0.28+0+31 ms clock, 1.1+0.005/52/0.25+127 ms cpu, 3864->3864->3541 MB, 3864 MB goal, 32 P (forced)
gc 58 @21.075s 0%: 0.18+0+35 ms clock, 0.75+0.005/52/0.25+140 ms cpu, 3790->3790->3446 MB, 3790 MB goal, 32 P (forced)
gc 59 @22.110s 0%: 0.28+0+30 ms clock, 1.1+0.005/52/0.25+123 ms cpu, 4117->4117->3853 MB, 4117 MB goal, 32 P (forced)
gc 60 @23.142s 0%: 0.13+0+31 ms clock, 0.52+0.005/52/0.25+125 ms cpu, 4381->4381->4005 MB, 4381 MB goal, 32 P (forced)
gc 61 @24.190s 0%: 0.23+0+29 ms clock, 0.92+0.005/52/0.25+116 ms cpu, 4438->4438->4163 MB, 4438 MB goal, 32 P (forced)
gc 62 @25.235s 0%: 0.12+0+29 ms clock, 0.48+0.005/52/0.25+119 ms cpu, 4596->4596->4258 MB, 4596 MB goal, 32 P (forced)
gc 63 @26.294s 0%: 0.39+0+30 ms clock, 1.5+0.005/52/0.25+123 ms cpu, 4708->4708->4405 MB, 4708 MB goal, 32 P (forced)
gc 64 @27.326s 0%: 0.72+0+49 ms clock, 2.9+0.005/52/0.25+198 ms cpu, 4731->4731->4417 MB, 4731 MB goal, 32 P (forced)
gc 65 @28.377s 0%: 6.9+0+45 ms clock, 27+0.005/52/0.25+180 ms cpu, 4817->4817->4499 MB, 4817 MB goal, 32 P (forced)
gc 66 @29.430s 0%: 0.85+0+40 ms clock, 3.4+0.005/52/0.25+163 ms cpu, 4954->4954->4680 MB, 4954 MB goal, 32 P (forced)
gc 67 @30.472s 0%: 0.24+0+37 ms clock, 0.96+0.005/52/0.25+150 ms cpu, 5049->5049->4756 MB, 5049 MB goal, 32 P (forced)
gc 68 @31.510s 0%: 0.22+0+35 ms clock, 0.91+0.005/52/0.25+140 ms cpu, 5099->5099->4777 MB, 5099 MB goal, 32 P (forced)
gc 69 @32.609s 0%: 0.39+0+39 ms clock, 1.5+0.005/52/0.25+157 ms cpu, 5235->5235->4965 MB, 5235 MB goal, 32 P (forced)
gc 70 @33.649s 0%: 0.32+0+37 ms clock, 1.3+0.005/52/0.25+149 ms cpu, 5483->5483->5203 MB, 5483 MB goal, 32 P (forced)
gc 71 @34.692s 0%: 0.31+0+42 ms clock, 1.2+0.005/52/0.25+169 ms cpu, 5467->5467->5148 MB, 5467 MB goal, 32 P (forced)
gc 72 @35.736s 0%: 0.30+0+40 ms clock, 1.2+0.005/52/0.25+162 ms cpu, 5531->5531->5213 MB, 5531 MB goal, 32 P (forced)
gc 73 @36.777s 0%: 0.18+0+40 ms clock, 0.74+0.005/52/0.25+162 ms cpu, 5567->5567->5305 MB, 5567 MB goal, 32 P (forced)
gc 74 @37.819s 0%: 0.31+0+41 ms clock, 1.2+0.005/52/0.25+165 ms cpu, 5814->5814->5501 MB, 5814 MB goal, 32 P (forced)
gc 75 @38.889s 0%: 0.28+0+46 ms clock, 1.1+0.005/52/0.25+187 ms cpu, 6072->6072->5749 MB, 6072 MB goal, 32 P (forced)
gc 76 @39.954s 0%: 0.25+0+41 ms clock, 1.0+0.005/52/0.25+164 ms cpu, 6093->6093->5766 MB, 6093 MB goal, 32 P (forced)
gc 77 @40.996s 0%: 0.15+0+37 ms clock, 0.62+0.005/52/0.25+151 ms cpu, 6053->6053->5779 MB, 6053 MB goal, 32 P (forced)
gc 78 @42.035s 0%: 0.28+0+38 ms clock, 1.1+0.005/52/0.25+153 ms cpu, 6163->6163->5836 MB, 6163 MB goal, 32 P (forced)
gc 79 @43.074s 0%: 0.27+0+43 ms clock, 1.1+0.005/52/0.25+172 ms cpu, 6378->6378->6073 MB, 6378 MB goal, 32 P (forced)
gc 80 @44.118s 0%: 0.24+0+40 ms clock, 0.98+0.005/52/0.25+160 ms cpu, 6312->6312->6031 MB, 6312 MB goal, 32 P (forced)
gc 81 @45.158s 0%: 0.30+0+43 ms clock, 1.2+0.005/52/0.25+174 ms cpu, 6252->6252->5909 MB, 6252 MB goal, 32 P (forced)
gc 82 @46.203s 0%: 0.32+0+42 ms clock, 1.3+0.005/52/0.25+169 ms cpu, 6308->6308->6037 MB, 6308 MB goal, 32 P (forced)
gc 83 @47.280s 0%: 0.30+0+44 ms clock, 1.2+0.005/52/0.25+178 ms cpu, 6399->6399->6060 MB, 6399 MB goal, 32 P (forced)
gc 84 @48.325s 0%: 0.26+0+45 ms clock, 1.0+0.005/52/0.25+180 ms cpu, 6530->6530->6262 MB, 6530 MB goal, 32 P (forced)
gc 85 @49.371s 0%: 0.21+0+46 ms clock, 0.87+0.005/52/0.25+186 ms cpu, 6536->6536->6215 MB, 6536 MB goal, 32 P (forced)
gc 86 @50.419s 0%: 0.25+0+42 ms clock, 1.0+0.005/52/0.25+171 ms cpu, 6583->6583->6318 MB, 6583 MB goal, 32 P (forced)
gc 87 @51.476s 0%: 0.18+0+46 ms clock, 0.73+0.005/52/0.25+186 ms cpu, 6646->6646->6353 MB, 6646 MB goal, 32 P (forced)
gc 88 @52.524s 0%: 0.25+0+46 ms clock, 1.0+0.005/52/0.25+184 ms cpu, 6717->6717->6401 MB, 6717 MB goal, 32 P (forced)
gc 89 @53.570s 0%: 0.38+0+41 ms clock, 1.5+0.005/52/0.25+164 ms cpu, 6748->6748->6465 MB, 6748 MB goal, 32 P (forced)
gc 90 @54.621s 0%: 1.0+0+46 ms clock, 4.2+0.005/52/0.25+187 ms cpu, 6697->6697->6365 MB, 6697 MB goal, 32 P (forced)
gc 91 @55.688s 0%: 0.21+0+52 ms clock, 0.86+0.005/52/0.25+208 ms cpu, 6744->6744->6438 MB, 6744 MB goal, 32 P (forced)
gc 92 @56.780s 0%: 0.38+0+56 ms clock, 1.5+0.005/52/0.25+225 ms cpu, 7125->7125->6846 MB, 7125 MB goal, 32 P (forced)
gc 93 @57.837s 0%: 8.1+0+43 ms clock, 32+0.005/52/0.25+172 ms cpu, 7122->7122->6812 MB, 7122 MB goal, 32 P (forced)
gc 94 @58.916s 0%: 0.25+0+42 ms clock, 1.0+0.005/52/0.25+170 ms cpu, 7228->7228->6881 MB, 7228 MB goal, 32 P (forced)
gc 95 @59.979s 0%: 0.18+0+43 ms clock, 0.72+0.005/52/0.25+174 ms cpu, 7308->7308->6979 MB, 7308 MB goal, 32 P (forced)
gc 96 @61.023s 0%: 0.23+0+58 ms clock, 0.95+0.005/52/0.25+235 ms cpu, 7315->7315->7042 MB, 7315 MB goal, 32 P (forced)
gc 97 @62.110s 0%: 0.68+0+45 ms clock, 2.7+0.005/52/0.25+183 ms cpu, 7510->7510->7259 MB, 7510 MB goal, 32 P (forced)
gc 98 @63.192s 0%: 0.46+0+43 ms clock, 1.8+0.005/52/0.25+172 ms cpu, 7555->7555->7278 MB, 7555 MB goal, 32 P (forced)
gc 99 @64.236s 0%: 0.27+0+46 ms clock, 1.1+0.005/52/0.25+186 ms cpu, 7760->7760->7492 MB, 7760 MB goal, 32 P (forced)
gc 100 @65.284s 0%: 0.89+0+57 ms clock, 3.5+0.005/52/0.25+229 ms cpu, 7848->7848->7526 MB, 7848 MB goal, 32 P (forced)
gc 101 @66.343s 0%: 0.28+0+56 ms clock, 1.1+0.005/52/0.25+227 ms cpu, 7912->7912->7612 MB, 7912 MB goal, 32 P (forced)
gc 102 @67.419s 0%: 0.21+0+45 ms clock, 0.87+0.005/52/0.25+183 ms cpu, 8058->8058->7781 MB, 8058 MB goal, 32 P (forced)
gc 103 @68.465s 0%: 0.89+0+52 ms clock, 3.5+0.005/52/0.25+210 ms cpu, 8076->8076->7716 MB, 8076 MB goal, 32 P (forced)
gc 104 @69.527s 0%: 0.26+0+47 ms clock, 1.0+0.005/52/0.25+189 ms cpu, 8104->8104->7776 MB, 8104 MB goal, 32 P (forced)
gc 105 @70.594s 0%: 0.29+0+48 ms clock, 1.1+0.005/52/0.25+192 ms cpu, 7967->7967->7669 MB, 7967 MB goal, 32 P (forced)
gc 106 @71.643s 0%: 0.19+0+48 ms clock, 0.79+0.005/52/0.25+194 ms cpu, 7868->7868->7547 MB, 7868 MB goal, 32 P (forced)
gc 107 @72.715s 0%: 0.32+0+55 ms clock, 1.2+0.005/52/0.25+221 ms cpu, 7932->7932->7647 MB, 7932 MB goal, 32 P (forced)
gc 108 @73.788s 0%: 0.32+0+71 ms clock, 1.3+0.005/52/0.25+287 ms cpu, 8075->8075->7776 MB, 8075 MB goal, 32 P (forced)
gc 109 @74.861s 0%: 0.39+0+52 ms clock, 1.5+0.005/52/0.25+208 ms cpu, 8012->8012->7736 MB, 8012 MB goal, 32 P (forced)
gc 110 @75.914s 0%: 0.51+0+52 ms clock, 2.0+0.005/52/0.25+208 ms cpu, 7934->7934->7639 MB, 7934 MB goal, 32 P (forced)
gc 111 @76.967s 0%: 0.29+0+52 ms clock, 1.1+0.005/52/0.25+210 ms cpu, 7980->7980->7685 MB, 7980 MB goal, 32 P (forced)
gc 112 @78.020s 0%: 3.7+0+54 ms clock, 15+0.005/52/0.25+216 ms cpu, 7954->7954->7625 MB, 7954 MB goal, 32 P (forced)
gc 113 @79.088s 0%: 0.38+0+44 ms clock, 1.5+0.005/52/0.25+178 ms cpu, 8045->8045->7723 MB, 8045 MB goal, 32 P (forced)
- What did you expect to see?
Similar memory usage is expected, as the app works in the same conditions under the same load.
- What did you see instead?
Memory usage differs about 100 times