CA
wise-white

How to increase Memory size of actor "Website Content Crawler"?

Hi, I'm a APIFY subscription user, though my account shows a total of 32GB memory. When I submit Run request via Python code, it's default to 4GB. Please help advise how to custom run time memory? "ApifyClient(APIFY_TOKEN).actor("aYG0l9s7dbB7j3gbS").start(input)" #Website-Content-Crawler
1 Reply
optimistic-gold
optimistic-gold2y ago
ApifyClient(APIFY_TOKEN).actor("aYG0l9s7dbB7j3gbS").start(run_input=input, memory_mbytes=32768)
ApifyClient(APIFY_TOKEN).actor("aYG0l9s7dbB7j3gbS").start(run_input=input, memory_mbytes=32768)
https://docs.apify.com/api/client/python/reference/class/ActorClient#start
ActorClient | API | API client for Python | Apify Documentation
Sub-client for manipulating a single actor.

Did you find this page helpful?