Skip to content

refactor(runner): simplify actor.json memory to single defaultMemoryMbytes: 16384 - #25

Open
DaveHanns wants to merge 1 commit into
chocholous:mainfrom
DaveHanns:refactor/actor-json-memory-simplify
Open

refactor(runner): simplify actor.json memory to single defaultMemoryMbytes: 16384#25
DaveHanns wants to merge 1 commit into
chocholous:mainfrom
DaveHanns:refactor/actor-json-memory-simplify

Conversation

@DaveHanns

Copy link
Copy Markdown
Collaborator

Summary

Drops minMemoryMbytes (2048) + maxMemoryMbytes (8192) + old defaultMemoryMbytes (4096) in favor of a single defaultMemoryMbytes: 16384.

Apify platform limits (128 / 32768) apply anyway. Removing the local min/max was pure duplication.

Companion change

apify/agentic-actor-dev-eval — manage-tasks.sh bumps per-task memoryMbytes to 32768 for the Playwright-heavy scenarios (separate PR).

Note

The 2048MB disk cap observed on run.options.diskMbytes in this account is NOT resolved by this change — docs say disk = memory × 2 but reality caps at 2048 regardless. Separate Apify-support question.

Generated with Claude Code (https://claude.com/claude-code)

…bytes: 16384

Drops defaultMemoryMbytes: 4096, minMemoryMbytes: 2048, maxMemoryMbytes: 8192
in favor of a single defaultMemoryMbytes: 16384.

Apify's platform-wide min/max limits (128 / 32768) apply regardless, so
setting them here was pure duplication. The bump from 4096 -> 16384 gives
scenarios more headroom by default; task-level overrides can still go up
to 32768 for the heavy Playwright cases.

Doesn't fix the 2048MB disk cap observed on run.options.diskMbytes for
this account (docs say memory * 2, reality shows a fixed 2048) --
that's a separate Apify-support question. This change is scoped to
memory only.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant