File size restriction to upload

I need to upload file with size 1gb.
When I was uploading such file I figured out that I can’t to upload files over 15mb, otherwise I’m getting an error “Unexpected HTTP error from https://ingest.k6.io/v1/archive-upload: 413 Request Entity Too Large”.

Can you suggest how to disable limit? I suppose that request body is too big but how to configure it?

You cannot disable this limit, sorry. That’s a limit on the k6 cloud side, to prevent abuse… Can you tell us your use case, since neither k6 nor k6 cloud would work well with files over a few MB in size, and they will almost surely completely fail with 1GB files…

I need to find total time of uploading 1gb file to my system. And also check how many big (1gb or so)files user can upload during 1 hour.