1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-08 13:44:19 -04:00
gitea/routers/api
Giteabot b1ad8ccb73
Reduce memory usage for chunked artifact uploads to MinIO (#31325) (#31338)
Backport #31325 by @bohde

When using the MinIO storage driver for Actions Artifacts, we found that
the chunked artifact required significantly more memory usage to both
upload and merge than the local storage driver. This seems to be related
to hardcoding a value of `-1` for the size to the MinIO client [which
has a warning about memory usage in the respective
docs](https://pkg.go.dev/github.com/minio/minio-go/v7#Client.PutObject).
Specifying the size in both the upload and merge case reduces memory
usage of the MinIO client.

Co-authored-by: Rowan Bohde <rowan.bohde@gmail.com>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
2024-06-12 16:25:46 +02:00
..
actions Reduce memory usage for chunked artifact uploads to MinIO (#31325) (#31338) 2024-06-12 16:25:46 +02:00
packages Remove sub-path from container registry realm (#31293) (#31300) 2024-06-10 12:04:49 +08:00
v1 Add an immutable tarball link to archive download headers for Nix (#31139) (#31145) 2024-05-29 01:34:14 +00:00