Skip to content

ci(ape): add memory limit error to ape script - #248

Open
nrealus wants to merge 5 commits into
masterfrom
feat/ci-ape-memory-limit
Open

nrealus wants to merge 5 commits into
masterfrom
feat/ci-ape-memory-limit

Conversation

@nrealus

@nrealus nrealus commented Aug 4, 2026

Copy link
Copy Markdown
Member

This PR adds a memory limit option to in the utilitary python script that allows to run ape.
The script now monitors the ape subprocess' RSS memory (resident set size memory) via psutil and kills it when the limit is exceeded, raising a new RSSMemoryLimitExceeded exception.

@nrealus nrealus changed the title ci(ape): add virtual memory limit error to ape script ci(ape): add memory limit error to ape script Aug 16, 2026
@arbimo

arbimo commented Aug 24, 2026

Copy link
Copy Markdown
Member

Any reason this is still a draft?

rename `completed` to `result`, like it was before
@nrealus
nrealus marked this pull request as ready for review August 25, 2026 19:13
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.

2 participants