Is there an endpoint to get account available memory?
Is there an endpoint to get account available memory?
At a glance
The community member is looking for an endpoint to get information about the available memory before running scrapers/tasks on Make.com. A community member suggests using the https://docs.apify.com/api/v2/#/reference/users/account-and-usage-limits/get-limits endpoint to get the current and limit values, and subtracting the current from the limit to determine the available memory. The second option is to simply make the call and handle any "over memory" errors that may occur.