Replies: 1 comment
-
|
Obrigado por compartilhar esse caso tão detalhado! 👏 Também enfrentamos desafios semelhantes com projetos grandes em Robot Framework, então sua análise é valiosa.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
We’re running into performance and memory issues when using RobotCode on large Robot Framework projects.
I’ve uploaded a dummified version of our real project here:
👉 https://github.com/petrieh/dummified-robot
It’s about 460 MB of .robot and .resource files, trying to follow good design practices (no global resources, modular keywords, clear hierarchy). Even though it contains only simple keywords and calls, RobotCode takes ~30-40 minutes to analyze it and uses around 6 GB RAM, which isn’t freed afterward. The real project takes roughly 3 hours and uses up to 12 GB RAM.
This makes RobotCode hard to use in Dev Containers, since it seems to reanalyze everything each time the container starts, even when nothing changed. The extension data is mounted to the container and kept intact between restarts.
❓ Questions
I’m happy to help investigate or fix the issue — I’d just need some guidance on where to start inside the RobotCode codebase.
Beta Was this translation helpful? Give feedback.
All reactions