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
Is there a way to increase the res. allocated to func.?
I don't quite understand
I am also asking a follow up question 😅
shouldn't there be no error since the build size limit was set to 5,000,000,000 (5TB) even thoug I only have 80gb of storage in my server🤣
Recommended threads
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...