CA
complex-teal
Setting RAM Limits per Actor
Hi everyone,
I’m looking for advice on how to set a maximum RAM limit of 512 MB per actor. My actor uses far less memory, and I want to minimize costs for my users. Has anyone managed to configure this or know if it’s possible?
Thanks for your help!
Best,
Oussema.
2 Replies
other-emerald•10mo ago
Hello @MinimaTech, you can only set the default memory under "Settings" tab of the Actor, but it is not possible to set a hard limit.
Hi @MinimaTech check the options for
actor.json
configuration file https://docs.apify.com/platform/actors/development/actor-definition/actor-jsonactor.json | Platform | Apify Documentation
Learn how to write the main Actor config in the
.actor/actor.json
file.