Defaults Reasources Are Too Low and Cause Major Performace Issues
In short when using the default settings minio will CPU limit when uploading nearly any file over 1GB. This happens quite a bit with our CI/CD.
I suggest the default settings be changed to the following:
resources:
requests:
memory: 1Gi
cpu: 1000m
limits:
memory: 1Gi
cpu: 1000m
This will allow for large file/artifact uploads and greatly increase the efficiency of gitlab runner uploads.
Edited by Michael Vlahos