Louis Koo
Louis Koo
> is multipart upload still serial now? yes
@sebastienbonami Please check the "default max part" of ceph s3, out of the max value.
@ncw adjust ceph config or adjust s3 chunksize. because of the "rgw_multipart_part_upload_limit" of ceph is 10000, so we can upload the file can not beyond 50GB if we use the...
no needed, because of we support "--s3-upload-concurrency", no needed to limit the max parts. @ncw
32 or 128, The max limit value of the "--s3-upload-concurrency" is? but we can not controller the custom to limit the value if the cpu and mem is enough. @ncw
@wolfogre 我们用的k8s v1.22.15版本,golang是v1.16.x,看官方说的是golang v1.16.x就会立刻返还,但是实际情况发现pprof和top打印apiserver占用内存的输出还是不一致 pprof:  top: 
@AlexiaChen 在k8s v1.22.15的环境下,用pprof和top命令查看apiserver查看内存使用情况,发现pprof看到的比top少很多,k8s v1.22.15版本使用的是golang v1.16.x版本 top:  pprof:  请问下这个是什么原因?
我们现在升级到k8s v1.23.17和golang1.19.6,设置了GOGC和GOMEMLIMIT目前看着是可以稳定在固定的内存范围内,只是加快GC会带来额外的CPU开销.
 @mickael-kerjean how to go back to the admin console? only can restart the server?
> > @mickael-kerjean using storj backend, it seems that every value other then 60 for f.default stops the download prematurely. any suggestions on how to fix that ? > >...