Passing memory allocation per run in Apify reel scraper
How do you go about changing the memory limits for an actor by way of the api? I am using the Python client. I had read some documentation that implied the memory limit was passed in the URL of the API call using the option of
&memory=32 to set the memory limit to 32MB. However, that is not working as my actor is still defaulting to 4MB. I have also tried a few different guesses at putting the memory limit in the run_input, but I have been unsuccessful. Does anyone have documentation on how to set the memory limit for the Apify Reel Scraper (apify/instagram-reel-scraper) API?