From c4f305b863ffef82ec9b1ed20337b3e254c3b5ab Mon Sep 17 00:00:00 2001 From: szaganek Date: Tue, 21 Jul 2026 11:18:21 +0200 Subject: [PATCH 1/2] docs(openapi): Indicate not to override the run memory limit --- .../openapi/components/parameters/runAndBuildParameters.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apify-api/openapi/components/parameters/runAndBuildParameters.yaml b/apify-api/openapi/components/parameters/runAndBuildParameters.yaml index 7198860158..75fa9b0210 100644 --- a/apify-api/openapi/components/parameters/runAndBuildParameters.yaml +++ b/apify-api/openapi/components/parameters/runAndBuildParameters.yaml @@ -110,8 +110,9 @@ memory: &memory name: memory in: query description: | - Memory limit for the run, in megabytes. The amount of memory can be set to a power of 2 with a minimum of 128. - By default, the run uses the memory limit from its configuration. + Memory limit for the run, in megabytes. You can set the amount of memory to a power of 2 with a minimum of 128. + By default, the run uses the memory limit from its configuration. Don't change this value unless the Actor's + documentation recommends it. style: form explode: true schema: From 18846cdd21f5748312a615dacbef1fe162231a27 Mon Sep 17 00:00:00 2001 From: szaganek Date: Thu, 23 Jul 2026 08:59:50 +0200 Subject: [PATCH 2/2] make the desc more forgiving --- .../openapi/components/parameters/runAndBuildParameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apify-api/openapi/components/parameters/runAndBuildParameters.yaml b/apify-api/openapi/components/parameters/runAndBuildParameters.yaml index 75fa9b0210..37d98fb581 100644 --- a/apify-api/openapi/components/parameters/runAndBuildParameters.yaml +++ b/apify-api/openapi/components/parameters/runAndBuildParameters.yaml @@ -112,7 +112,7 @@ memory: &memory description: | Memory limit for the run, in megabytes. You can set the amount of memory to a power of 2 with a minimum of 128. By default, the run uses the memory limit from its configuration. Don't change this value unless the Actor's - documentation recommends it. + documentation recommends it or you're aware of the consequences. style: form explode: true schema: