laurencetroyvOriginal post
Rank 3: Container
I'm getting a function build size error saying Build size should be less than 1,907.35 MBs. even though I set my .env to have this limits
_APP_FUNCTIONS_SIZE_LIMIT=5000000000
_APP_FUNCTIONS_BUILD_SIZE_LIMIT=5000000000
_APP_FUNCTIONS_TIMEOUT=20000
_APP_FUNCTIONS_BUILD_TIMEOUT=20000
Summary
There's a mismatch between the set function build size limits and the error message received. The error mentions a limit of 1,907.35 MBs, which contradicts the set limit of 5TB. Check if the limits are being properly enforced. Additionally, to increase resources allocated to functions, adjust the appropriate environment variables.