Louis DeconinckL
Apify & Crawlee10mo ago
6 replies
Louis Deconinck

MemoryMbytes

In actor.json you can set:
{
    "minMemoryMbytes": 128,
    "maxMemoryMbytes": 256,
}

However, this does not change the default, which is 4096MB. When the user first opens the actor and wants to run he will get this message: "You've set memory higher than the maximum of 256MB allowed for this Actor.". While it's not super hard for the user to change this, it would be more user friendly if the suggested default amount falls within the accepted range. Is this something we can change as a developer?
Was this page helpful?