Louis Koo

Results 132 comments of Louis Koo

@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: ![image](https://github.com/wolfogre/go-pprof-practice/assets/13997135/99a2a9b6-44be-4737-8e66-fa518c7645d6) top: ![image](https://github.com/wolfogre/go-pprof-practice/assets/13997135/0c90717f-e755-4d1c-a455-db6e831519b4)

@AlexiaChen 在k8s v1.22.15的环境下,用pprof和top命令查看apiserver查看内存使用情况,发现pprof看到的比top少很多,k8s v1.22.15版本使用的是golang v1.16.x版本 top: ![image](https://github.com/AlexiaChen/AlexiaChen.github.io/assets/13997135/f32bfb94-8619-4a69-82a7-0251a3399112) pprof: ![image](https://github.com/AlexiaChen/AlexiaChen.github.io/assets/13997135/e8b09597-a459-4cb2-91fe-0e13e552e514) 请问下这个是什么原因?

我们现在升级到k8s v1.23.17和golang1.19.6,设置了GOGC和GOMEMLIMIT目前看着是可以稳定在固定的内存范围内,只是加快GC会带来额外的CPU开销.

![image](https://github.com/mickael-kerjean/filestash/assets/13997135/4a5fd7d0-886b-4608-b278-79e17b1c05da) @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 ? > >...