Hi
Currently the cloud run service is unable to scan the files which are more than 1 GB. Is there a way to increase the scan filesize limit to 5GB? Thanks in advance!
Hello @maplestaar ,Welcome on Google Cloud Community.
I didn't found any information under documentation about such limitation. Additionally, what do you mean by scan the files? AFAIR, Cloud Run is pushing everything into memory, so if you have file which have 2GB but your container have only 512MiB memory configured, your job will be terminated due to OOM.
Documentation: https://cloud.google.com/run/quotas
--
cheers,
DamianS
LinkedIn medium.com Cloudskillsboost