bartzz
bartzz
Can confirm this is an issue (pprof) top Showing nodes accounting for 781.27MB, 100% of 781.27MB total Showing top 10 nodes out of 19 flat flat% sum% cum cum% 781.27MB...
@krystian-panek-wttech I don't think there is a quick fix at the moment. Either use chunked upload on the client or create an endpoint that doesn't use resty for big uploads.
@krystian-panek-wttech https://api.video/blog/tutorials/uploading-large-files-with-javascript/ Upload your 17GB as ~50-100MB chunks and create a single file from them on BE
``` /usr/local/go/pkg/tool/darwin_amd64/link: running clang failed: exit status 1 ld: warning: -no_pie is deprecated when targeting new OS versions ld: warning: ignoring file /opt/homebrew/Cellar/glib/2.78.1/lib/libgobject-2.0.dylib, building for macOS-x86_64 but attempting to link...