From 4b0d08f5d3160bbb2f87bc7b68266be39f7db119 Mon Sep 17 00:00:00 2001 From: Luigi Ruocco Date: Thu, 4 Sep 2025 11:50:23 +0200 Subject: [PATCH] fix: ensure min memory --- .actor/actor.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.actor/actor.json b/.actor/actor.json index afb5b8c..da2d42e 100644 --- a/.actor/actor.json +++ b/.actor/actor.json @@ -1,9 +1,10 @@ { - "actorSpecification": 1, - "environmentVariables": { - "npm_config_loglevel": "silent" - }, - "name": "actor-testing", - "version": "0.0", - "buildTag": "latest" -} + "actorSpecification": 1, + "environmentVariables": { + "npm_config_loglevel": "silent" + }, + "name": "actor-testing", + "version": "0.0", + "buildTag": "latest", + "minMemoryMbytes": 512 +} \ No newline at end of file