Can not upload image larger than 500kB
Describe the bug Can not upload images larger than 500kB
To Reproduce Steps to reproduce the behavior:
- create any project
- import image from local files that is larger than 500kB
Expected behavior Image to be successfully uploaded
Environment (please complete the following information):
- OS:Ubuntu 22.04
- Label Studio Version: latest
Additional context It is runing within a kubernets selfhosted
I also changed the "DATA_UPLOAD_MAX_MEMORY_SIZE" to 102410241024
But the problem still exists.
To be more clear,
The labestudio is runing on a K8s cluster with niginx as ingress. I have deployed it via the helm chart.
The file I want to upload is from my own computer.
I think I'm having the same issue. Do you get a red error triangle with no words when you try to upload something too big?
Where was that DATA_UPLOAD_MAX_MEMORY_SIZE setting?
Did you able to fix that, I'm having the same issue too