adverse-sapphire•2y ago
How can I modify the amount of RAM an actor should use?
I need help with modifying some JS for an actor.
2 Replies
hey, you can modify it using
ACTOR_MEMORY_MBYTES
environment variable, you can read about it more hereEnvironment variables | Platform | Apify Documentation
Learn how to provide your Actor with context that determines its behavior through a plethora of pre-defined environment variables offered by the Apify SDK.
adverse-sapphireOP•2y ago
@lemurio thank you!