You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
write tests that measure the memory usage when reading in or editing large files and see that they fail currently (e.g. read in a 10MB file and see that it requires over 10MB of memory)
modify the existing implementation to reduce memory requirements when editing only a small part of a larger file
When reading in a large file, we see a memory spike.
Probably this function would need to be made more general to read only the parts of the file that are necessary for the particular command:
https://github.com/All-Hands-AI/openhands-aci/blob/f9774a3ca86d2ec2430de5dbaef2cf657d48b826/openhands_aci/editor/editor.py#L381-L388
We should: