Results 16 comments of dorman

You can use MC_UPLOAD_MULTIPART_THREADS(default 4) parameter to limit the number of threads , and use MC_UPLOAD_MULTIPART_SIZE(default unlimited) parameter to limit the upload size. ![image](https://user-images.githubusercontent.com/37854724/178135076-b13d857c-1363-4708-82e4-fe3b547e8e91.png)

@vadmeste @harshavardhana Please pay attention to this problem.This will cause mc stat with --rewind to return null. ![image](https://user-images.githubusercontent.com/37854724/177538263-620f57ba-0e9d-48da-bb47-0d3aa01f4dc6.png) When calling the stat interface when mc ls --rewind 1s , the...

> Are you combining all jobs into a single job ? yes, this can control the task execute order.

We can discuss it together @harshavardhana Several optimization schemes I think of: 1. Modify the value of values.policies as follows: ``` policies: [{"PolicyName":"listbuckets","Version":"2012-10-17","Statement":[{"Effect":"Allow","Action":["s3:ListAllMyBuckets"],"Resource":["arn:aws:s3:::*"]}]}] ``` 2. When prefabricating policies, use the...

> @ginn13, please upgrade to the new release, remove GOMEMLIMIT, and let us know how it goes. OOMs should never happen. However, 12GiB RAM is relatively low if you are...

> @dormanze Could you address the issues mentioned? Okay, I've solved it. Please review. Thank you very much.

> Sorry. I can't reprdouce it. > > ``` > mc mb local/bucket > mc mb peer/bucket > echo "1" > txt > mc cp txt peer/bucket > mc mirror...

> It seems a bit contrary to the usual design that the parameter is always assumed to be local path and not an alias. > > Adding a `-o=/tmp/myminio-iam.zip` that...

@harshavardhana Please review my pr again.

> @dormanze I presume it is a script, but could you please turn off the automatic merge with master? It is very noisy and we need to manually re-run tests...