run = client.actor("novi/fast-tiktok-api").call( run_input=run_input )
I would like to set the RAM (memory) for the Actor run, for example 128 MB or 256 MB. I tried passing memory=128 directly to .call(), but I got the error:
ActorClient.call() got an unexpected keyword argument 'memory'
Could you please show me the correct way to configure RAM (memory) when calling an Actor from the Python client?
Thanks a lot!
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
A&C
Apify & Crawlee
This is the official developer community of Apify and Crawlee.